diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-05-25 19:36:28 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-05-25 19:36:28 +0900 |
| commit | cd9d02816793a1330dfcb4eb597c1d47593ba1f3 (patch) | |
| tree | eb6d29d86bb17ea4e70cc16b1efacbe96fe09bf4 /config/hypr/hyprlock.conf | |
| parent | caf8a4984c4ff6c2105c5b0cc2c74657d1bb1f99 (diff) | |
updated Hyprlock configs. Reposition and resize keyboard layouts
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 } |
