diff options
| author | GrafMonteCarlo <53829166+vailrahmatulin@users.noreply.github.com> | 2025-04-02 10:28:17 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-02 10:28:17 +0700 |
| commit | c179168b6c3e87adce447c6a5ded382d4a8266e4 (patch) | |
| tree | 402739e3867ffc94cf486155e77b1d9cd3ecb1cc | |
| parent | 767eaea8977a575d8c61edb52808478c055828e2 (diff) | |
Update hyprlock.conf
Added the keyboard layout indicator to the lock screen
| -rw-r--r-- | config/hypr/hyprlock.conf | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index a3cbb76f..a0d075cb 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -106,11 +106,22 @@ label { color = $color13 font_size = 24 font_family = Victor Mono Bold Oblique - position = 0, 200 + position = 0, 250 halign = center valign = bottom } +# LAYOUT +label { + monitor = + text = $LAYOUT + color = $color13 + font_size = 24 + font_family = Victor Mono Bold Oblique + position = 0, 200 + halign = center + valign = bottom +} # INPUT FIELD input-field { @@ -157,4 +168,4 @@ label { position = 50, 0 halign = left valign = bottom -}
\ No newline at end of file +} |
