diff options
| author | Don Williams <don.e.williams@gmail.com> | 2025-11-13 14:26:34 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2025-11-13 14:26:34 -0500 |
| commit | 872b09fa88825ec5631ba3cdc21e0e717ec241ee (patch) | |
| tree | 45ff778c9cfff016b56f5f1b18f5705dd3ef43fc | |
| parent | 54901ac4859fe53398da51bee4126f51adf78e2b (diff) | |
Adj layout for 2k+ monitors
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: hyprlock.conf
| -rw-r--r-- | config/hypr/hyprlock.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index 5aa66adc..f359357f 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -39,7 +39,7 @@ label { color = $color13 font_size = 64 font_family = Victor Mono Bold Italic - position = 0, -80 + position = 0, -20 halign = center valign = center } @@ -53,7 +53,7 @@ label { color = $color8 font_size = 173 font_family = JetBrainsMono Nerd Font ExtraBold - position = 0, -333 + position = 0, -133 halign = center valign = top } @@ -106,7 +106,7 @@ label { color = $color9 font_size = 48 font_family = Victor Mono Bold Oblique - position = 0, 366 + position = 0, 300 halign = center valign = bottom } @@ -127,7 +127,7 @@ input-field { font_family = Victor Mono Bold Oblique placeholder_text = <i><span foreground="##ffffff99">🔒 Type Password</span></i> hide_input = false - position = 0, 133 + position = 0, 100 halign = center valign = bottom } @@ -139,7 +139,7 @@ label { color = $color8 font_size = 19 font_family = Victor Mono Bold Oblique - position = 0, 93 + position = 0, 53 halign = center valign = bottom } |
