mirror of
https://github.com/fairyglade/ly.git
synced 2026-05-06 07:10:36 +00:00
## What are the changes about? Adds customizable commands and labels to ly. Solves https://codeberg.org/fairyglade/ly/issues/905. Since Ly doesn't use INI headers. I use them exclusively for declarations of custom commands and labels. ### Commands Bind a keybind to a command, and add a hint to the HUD. Useful for use cases like display brightness, switching between GPUs, etc. Supports localization in the `name` field only. ex: where `lang = es`: `$brightness_up` => `bajar brillo` Declared in config.ini with the following: ```ini [cmd:F8] name = custom command 2 cmd = touch /tmp/ly.gaming ``` ### Labels Add a label to the HUD. As specified in #905. The text of the label corresponds to the output of the command specified in `[lbl:NAME]`. Only shows the first line of the output. Declared in config.ini with the following: ```ini [lbl:kernel] cmd = uname -srn refresh = 0 ``` Example to add to the config.ini: ```ini # Declare a command with the F8 binding. [cmd:F8] #The name of the command to show up in Ly. name = custom command cmd = touch /tmp/ly.gaming # Declare a label with an ID. This ID should be unique across all labels. [lbl:kernel] cmd = uname -srn # In frames, the time to re-run the command and update the label. If 0, only run once- do not refresh. refresh = 0 # Once you're done setting up labels and commands, add an empty header # below to continue configurating the rest of Ly. # Put other settings not belonging to custom commands/labels below here. [] ``` ## Pre-requisites - [x] I have tested & confirmed the changes work locally  Reviewed-on: https://codeberg.org/fairyglade/ly/pulls/945 Reviewed-by: AnErrupTion <anerruption+codeberg@disroot.org> Co-authored-by: RadsammyT <radsammyt@gmail.com> Co-committed-by: RadsammyT <radsammyt@gmail.com>
83 lines
1.8 KiB
INI
83 lines
1.8 KiB
INI
|
|
brightness_down = parlakligi azalt
|
|
brightness_up = parlakligi arttir
|
|
capslock = capslock
|
|
|
|
|
|
|
|
|
|
err_alloc = basarisiz bellek ayirma
|
|
|
|
|
|
err_bounds = sinirlarin disinda dizin
|
|
|
|
err_chdir = ev klasoru acilamadi
|
|
|
|
|
|
|
|
err_dgn_oob = log mesaji
|
|
err_domain = gecersiz etki alani
|
|
|
|
|
|
|
|
|
|
err_hostname = ana bilgisayar adi alinamadi
|
|
|
|
|
|
|
|
err_mlock = parola bellegi kilitlenemedi
|
|
err_null = bos isaretci hatasi
|
|
|
|
err_pam = pam islemi basarisiz oldu
|
|
err_pam_abort = pam islemi durduruldu
|
|
err_pam_acct_expired = hesabin suresi dolmus
|
|
err_pam_auth = kimlik dogrulama hatasi
|
|
err_pam_authinfo_unavail = kullanici bilgileri getirilirken hata olustu
|
|
err_pam_authok_reqd = suresi dolmus token
|
|
err_pam_buf = bellek arabellegi hatasi
|
|
err_pam_cred_err = kimlik bilgileri ayarlanamadi
|
|
err_pam_cred_expired = kimlik bilgilerinin suresi dolmus
|
|
err_pam_cred_insufficient = yetersiz kimlik bilgileri
|
|
err_pam_cred_unavail = kimlik bilgileri alinamadi
|
|
err_pam_maxtries = en fazla deneme sinirina ulasildi
|
|
err_pam_perm_denied = izin reddedildi
|
|
err_pam_session = oturum hatasi
|
|
err_pam_sys = sistem hatasi
|
|
err_pam_user_unknown = bilinmeyen kullanici
|
|
err_path = yol ayarlanamadi
|
|
err_perm_dir = gecerli dizin degistirilemedi
|
|
err_perm_group = grup izinleri dusurulemedi
|
|
err_perm_user = kullanici izinleri dusurulemedi
|
|
err_pwnam = kullanici bilgileri alinamadi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
err_user_gid = kullanici icin GID ayarlanamadi
|
|
err_user_init = kullanici oturumu baslatilamadi
|
|
err_user_uid = kullanici icin UID ayarlanamadi
|
|
|
|
|
|
err_xsessions_dir = oturumlar klasoru bulunamadi
|
|
err_xsessions_open = oturumlar klasoru acilamadi
|
|
hibernate = askiya al
|
|
|
|
login = kullanici
|
|
logout = oturumdan cikis yapildi
|
|
|
|
|
|
numlock = numlock
|
|
other = baska
|
|
password = sifre
|
|
restart = yeniden baslat
|
|
shell = shell
|
|
shutdown = makineyi kapat
|
|
sleep = uykuya al
|
|
|
|
wayland = wayland
|
|
|
|
xinitrc = xinitrc
|