diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2025-05-19 23:45:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-19 23:45:11 -0400 |
| commit | adb8b7db7599e6f7786f23472a383d52356f9149 (patch) | |
| tree | 5b3fbba16327c5a43ab55232047d2267bba6ec7b | |
| parent | b6b6acad2a51c096ba707f976bf862c5dec5cb5e (diff) | |
| parent | dcf0e1246c06406dcc50a7002c0925b6aa340533 (diff) | |
Merge pull request #661 from vailrahmatulin/main
Added the keyboard layout indicator to the lock screen, it should be tested at 1080p resolution
| -rw-r--r-- | config/hypr/hyprlock-1080p.conf | 13 | ||||
| -rw-r--r-- | config/hypr/hyprlock.conf | 15 |
2 files changed, 25 insertions, 3 deletions
diff --git a/config/hypr/hyprlock-1080p.conf b/config/hypr/hyprlock-1080p.conf index 8fc3b075..fbd24915 100644 --- a/config/hypr/hyprlock-1080p.conf +++ b/config/hypr/hyprlock-1080p.conf @@ -111,6 +111,17 @@ 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 +} # INPUT FIELD input-field { @@ -157,4 +168,4 @@ label { position = 50, 0 halign = left valign = bottom -}
\ No newline at end of file +} 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 +} |
