diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-14 22:00:08 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-14 22:00:08 +0900 |
| commit | 52e33c41e4ba1eeb9267a874b99dd2d4d909ce44 (patch) | |
| tree | 689f307799b17b22b828543cad3039e73a05f15d | |
| parent | ae6da13143feb9d8e3bc2b94a596f2c9ebb3c08b (diff) | |
nope this is for >2k :)
| -rw-r--r-- | config/hypr/hyprlock.conf | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index 4208ea3f..aa09adcf 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -1,5 +1,5 @@ # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # -# Hyprlock config for < 1080p monitor resolutions +# Hyprlock config for => 2k monitor resolutions # Original config submitted by https://github.com/SherLock707 # Sourcing colors generated by wallust @@ -37,7 +37,7 @@ label { color = $color12 font_size = 24 font_family = JetBrainsMono Nerd Font ExtraBold - position = 0, -50 + position = 0, -100 halign = center valign = top } @@ -49,9 +49,9 @@ label { # text = cmd[update:1000] echo "$(date +"%I")" #AM/PM #color = rgba(255, 185, 0, .8) color = $color13 - font_size = 160 + font_size = 200 font_family = JetBrainsMono Nerd Font ExtraBold - position = 0, -100 + position = 0, -150 halign = center valign = top } @@ -62,9 +62,9 @@ label { text = cmd[update:1000] echo "$(date +"%M")" #color = rgba(15, 10, 222, .8) color = $color12 - font_size = 160 + font_size = 200 font_family = JetBrainsMono Nerd Font ExtraBold - position = 0, -320 + position = 0, -475 halign = center valign = top } @@ -75,9 +75,9 @@ label { text = cmd[update:1000] echo "$(date +"%S")" # text = cmd[update:1000] echo "$(date +"%S %p")" #AM/PM color = $color11 - font_size = 35 + font_size = 40 font_family = JetBrainsMono Nerd Font ExtraBold - position = 0, -325 + position = 0, -460 halign = center valign = top } @@ -92,7 +92,7 @@ image { border_color = $color11 rotate = 0 reload_time = -1 - position = 0, 280 + position = 0, 400 halign = center valign = bottom } @@ -108,7 +108,7 @@ label { dots_center = true font_size = 24 font_family = JetBrainsMono Nerd Font ExtraBold - position = 0, 80 + position = 0, 150 halign = center valign = bottom } @@ -129,7 +129,7 @@ input-field { font_family = JetBrainsMono Nerd Font ExtraBold placeholder_text = <i><span foreground="##ffffff99">🔒 Enter Pass</span></i> hide_input = false - position = 0, 180 + position = 0, 250 halign = center valign = bottom } |
