diff options
| author | GrafMonteCarlo <53829166+vailrahmatulin@users.noreply.github.com> | 2025-04-02 10:30:52 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-02 10:30:52 +0700 |
| commit | 4e0cfb75423d99cf227f7cf4b58a73279489f368 (patch) | |
| tree | a658876601df8185e5b40c599f1e1c9c96afe785 /config | |
| parent | c179168b6c3e87adce447c6a5ded382d4a8266e4 (diff) | |
Update hyprlock-1080p.conf
Added the keyboard layout indicator to the lock screen, it should be tested at 1080p resolution
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/hyprlock-1080p.conf | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/config/hypr/hyprlock-1080p.conf b/config/hypr/hyprlock-1080p.conf index 8fc3b075..002a79c0 100644 --- a/config/hypr/hyprlock-1080p.conf +++ b/config/hypr/hyprlock-1080p.conf @@ -111,6 +111,38 @@ label { valign = bottom } +# LAYOUT +label { + monitor = + text = $LAYOUT + color = $color13 + font_size = 24 + font_family = Victor Mono Bold Oblique + position = 0, 120 + 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 +}# 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 +189,4 @@ label { position = 50, 0 halign = left valign = bottom -}
\ No newline at end of file +} |
