diff options
Diffstat (limited to 'config/hypr/hyprlock-1080p.conf')
| -rw-r--r-- | config/hypr/hyprlock-1080p.conf | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/config/hypr/hyprlock-1080p.conf b/config/hypr/hyprlock-1080p.conf index 8fc3b075..a0e105e0 100644 --- a/config/hypr/hyprlock-1080p.conf +++ b/config/hypr/hyprlock-1080p.conf @@ -66,7 +66,7 @@ label { color = $color12 font_size = 200 font_family = JetBrainsMono Nerd Font ExtraBold - position = 0, -320 + position = 0, -340 halign = center valign = top } @@ -106,16 +106,15 @@ label { color = $color13 font_size = 24 font_family = Victor Mono Bold Oblique - position = 0, 150 + position = 0, 220 halign = center valign = bottom } - # INPUT FIELD input-field { monitor = - size = 300, 60 + size = 200, 60 outline_thickness = 2 dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8 dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0 @@ -128,7 +127,19 @@ input-field { font_family = Victor Mono Bold Oblique placeholder_text = <i><span foreground="##ffffff99">🔒 Type Password</span></i> hide_input = false - position = 0, 50 + position = 0, 100 + halign = center + valign = bottom +} + +# Keyboard LAYOUT +label { + monitor = + text = $LAYOUT + color = $color13 + font_size = 10 + font_family = Victor Mono Bold Oblique + position = 0, 70 halign = center valign = bottom } @@ -157,4 +168,4 @@ label { position = 50, 0 halign = left valign = bottom -}
\ No newline at end of file +} |
