diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-05-25 10:21:54 -0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-25 10:21:54 -0200 |
| commit | 38f4e43d7ede21b79698073b9854d26276b1fb03 (patch) | |
| tree | 76081ce3454f22c2c20994a022b277d82634169c /config/hypr/hyprlock.conf | |
| parent | 748492a94d889d71b195053175605b624ee586e9 (diff) | |
| parent | cd9d02816793a1330dfcb4eb597c1d47593ba1f3 (diff) | |
Merge pull request #711 from JaKooLit/main
Main to Development
Diffstat (limited to 'config/hypr/hyprlock.conf')
| -rw-r--r-- | config/hypr/hyprlock.conf | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index a0d075cb..48b09b85 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -106,19 +106,7 @@ label { color = $color13 font_size = 24 font_family = Victor Mono Bold Oblique - 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 + position = 0, 280 halign = center valign = bottom } @@ -139,7 +127,20 @@ input-field { font_family = Victor Mono Bold Oblique placeholder_text = <i><span foreground="##ffffff99">🔒 Type Password</span></i> hide_input = false - position = 0, 100 + position = 0, 120 + halign = center + valign = bottom +} + + +# Keyboard LAYOUT +label { + monitor = + text = $LAYOUT + color = $color13 + font_size = 12 + font_family = Victor Mono Bold Oblique + position = 0, 80 halign = center valign = bottom } |
