diff options
| author | JaKooLit <jimmielovejay.com> | 2024-07-07 13:24:37 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2024-07-07 13:24:45 +0900 |
| commit | 3459e652b7f4ddd891caf13a25beaba371e560e8 (patch) | |
| tree | 8ec0628cf2769c90062df7cee43c068b35a41469 /config | |
| parent | e1e240838652b94cf8f69a8710344f3ca34a5a30 (diff) | |
alignment fix hyprlock
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/hyprlock.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index f42b08f7..440ccb2f 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -52,7 +52,7 @@ label { color = $color12 font_size = 34 font_family = JetBrains Mono Nerd Font Mono ExtraBold - position = 0, -150 + position = 0, -100 halign = center valign = top } @@ -65,9 +65,9 @@ label { color = rgba(255, 185, 0, .6) font_size = 200 font_family = JetBrains Mono Nerd Font Mono ExtraBold - position = 0, 300 + position = 0, -200 halign = center - valign = center + valign = top } # Minute-Time @@ -77,9 +77,9 @@ label { color = rgba(255, 255, 255, .6) font_size = 200 font_family = JetBrains Mono Nerd Font Mono ExtraBold - position = 0, 0 + position = 0, -500 halign = center - valign = center + valign = top } # Seconds-Time @@ -90,9 +90,9 @@ label { color = $color12 font_size = 40 font_family = JetBrains Mono Nerd Font Mono ExtraBold - position = 0, 150 + position = 0, -500 halign = center - valign = center + valign = top } # User |
