diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index 42beb6b..f42b08f 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -65,24 +65,24 @@ label { color = rgba(255, 185, 0, .6) font_size = 200 font_family = JetBrains Mono Nerd Font Mono ExtraBold - position = 0, 140 + position = 0, 300 halign = center valign = center } -# Minute-Tine +# Minute-Time label { monitor = text = cmd[update:1000] echo -e "$(date +"%M")" color = rgba(255, 255, 255, .6) font_size = 200 font_family = JetBrains Mono Nerd Font Mono ExtraBold - position = 0, -160 + position = 0, 0 halign = center valign = center } -# Minute-Tine +# Seconds-Time label { monitor = text = cmd[update:1000] echo -e "$(date +"%S")" @@ -90,7 +90,7 @@ label { color = $color12 font_size = 40 font_family = JetBrains Mono Nerd Font Mono ExtraBold - position = 0, 120 + position = 0, 150 halign = center valign = center }