This commit is contained in:
Luna 2026-03-16 13:35:16 +01:00
commit 962e148a62
24 changed files with 29 additions and 7 deletions

View file

@ -325,15 +325,15 @@ session_log = .local/state/ly-session.log
# Setup command
setup_cmd = $CONFIG_DIRECTORY/ly/setup.sh
# Specifies the key combination used for showing the password
show_password_key = F7
# Command executed when pressing shutdown_key
shutdown_cmd = /sbin/shutdown $PLATFORM_SHUTDOWN_ARG now
# Specifies the key combination used for shutdown
shutdown_key = F1
# Specifies the key combination used for showing the password
show_password_key = F7
# Command executed when pressing sleep key (can be null)
sleep_cmd = null

View file

@ -73,6 +73,7 @@ restart = اعادة التشغيل
shell = shell
shutdown = ايقاف التشغيل
sleep = وضع السكون
wayland = wayland
x11 = x11
xinitrc = xinitrc

View file

@ -73,6 +73,7 @@ restart = рестартиране
shell = обвивка
shutdown = изключване
sleep = заспиване
wayland = wayland
x11 = x11
xinitrc = xinitrc

View file

@ -73,6 +73,7 @@ restart = reiniciar
shell = shell
shutdown = aturar
sleep = suspendre
wayland = wayland
x11 = x11
xinitrc = xinitrc

View file

@ -73,6 +73,7 @@ restart = restartovat
shell = příkazový řádek
shutdown = vypnout
wayland = wayland
xinitrc = xinitrc

View file

@ -73,6 +73,7 @@ restart = Neustarten
shell = Shell
shutdown = Herunterfahren
sleep = Sleep
wayland = wayland
x11 = X11
xinitrc = xinitrc

View file

@ -73,6 +73,7 @@ restart = reboot
shell = shell
shutdown = shutdown
sleep = sleep
wayland = wayland
x11 = x11
xinitrc = xinitrc

View file

@ -73,6 +73,7 @@ restart = reiniciar
shell = shell
shutdown = apagar
sleep = suspender
wayland = wayland
xinitrc = xinitrc

View file

@ -73,6 +73,7 @@ restart = redémarrer
shell = shell
shutdown = éteindre
sleep = veille
wayland = wayland
x11 = x11
xinitrc = xinitrc

View file

@ -73,6 +73,7 @@ restart = riavvio
shell = shell
shutdown = arresto
wayland = wayland
xinitrc = xinitrc

View file

@ -73,6 +73,7 @@ restart = 再起動
shell = シェル
shutdown = シャットダウン
sleep = スリープ
wayland = Wayland
x11 = X11
xinitrc = xinitrc

View file

@ -73,6 +73,7 @@ restart = ji nû ve bide destpêkirin
shell = shell
shutdown = vemirîne
sleep = têxîne xewê
wayland = wayland
x11 = x11
xinitrc = xinitrc

View file

@ -73,6 +73,7 @@ restart = restartēt
shell = terminālis
shutdown = izslēgt
sleep = snauda
wayland = wayland
x11 = x11
xinitrc = xinitrc

View file

@ -73,6 +73,7 @@ restart = uruchom ponownie
shell = powłoka
shutdown = wyłącz
sleep = uśpij
wayland = wayland
x11 = x11
xinitrc = xinitrc

View file

@ -73,6 +73,7 @@ restart = reiniciar
shell = shell
shutdown = encerrar
wayland = wayland
xinitrc = xinitrc

View file

@ -73,6 +73,7 @@ restart = reiniciar
shell = shell
shutdown = desligar
wayland = wayland
xinitrc = xinitrc

View file

@ -73,6 +73,7 @@ restart = resetează
shell = shell
shutdown = opreşte sistemul
wayland = wayland
xinitrc = xinitrc

View file

@ -73,6 +73,7 @@ restart = перезагрузить
shell = оболочка
shutdown = выключить
sleep = сон
wayland = wayland
x11 = x11
xinitrc = xinitrc

View file

@ -73,6 +73,7 @@ restart = ponovo pokreni
shell = shell
shutdown = ugasi
wayland = wayland
xinitrc = xinitrc

View file

@ -73,6 +73,7 @@ restart = starta om
shell = shell
shutdown = stäng av
sleep = viloläge
wayland = wayland
x11 = x11
xinitrc = xinitrc
xinitrc = xinitrc

View file

@ -73,6 +73,7 @@ restart = yeniden baslat
shell = shell
shutdown = makineyi kapat
sleep = uykuya al
wayland = wayland
xinitrc = xinitrc
xinitrc = xinitrc

View file

@ -73,6 +73,7 @@ restart = перезавантажити
shell = оболонка
shutdown = вимкнути
wayland = wayland
xinitrc = xinitrc

View file

@ -73,6 +73,7 @@ password = 密码
shell = shell
wayland = wayland
x11 = x11
xinitrc = xinitrc

View file

@ -1695,10 +1695,10 @@ fn positionWidgets(ptr: *anyopaque) !void {
state.hibernate_label.positionX(state.sleep_label
.childrenPosition()
.addX(1));
state.toggle_password_label.positionX(state.toggle_password_label
state.toggle_password_label.positionX(state.hibernate_label
.childrenPosition()
.addX(1));
state.brightness_down_label.positionX(state.hibernate_label
state.brightness_down_label.positionX(state.toggle_password_label
.childrenPosition()
.addX(1));
state.brightness_up_label.positionXY(state.brightness_down_label