diff options
| -rw-r--r-- | config/hypr/hyprlock-1080p.conf | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/config/hypr/hyprlock-1080p.conf b/config/hypr/hyprlock-1080p.conf index 65d49c89..68409417 100644 --- a/config/hypr/hyprlock-1080p.conf +++ b/config/hypr/hyprlock-1080p.conf @@ -52,24 +52,11 @@ label { color = $color12 font_size = 34 font_family = JetBrains Mono Nerd Font 10 - position = 0, -80 halign = center valign = top } -# Week -label { - monitor = - text = cmd[update:18000000] echo "<b> "$(date +'Week %U')" </b>" - color = $color5 - font_size = 24 - font_family = JetBrains Mono Nerd Font 10 - position = 0, -150 - halign = center - valign = top -} - # Hour-Time label { monitor = @@ -133,7 +120,9 @@ label { valign = bottom } -# weather edit specific location. Note, this cause a 2-4 seconds delay in locking +# weather edit the scripts for locations +# weather scripts are located in ~/.config/hypr/UserScripts Weather.sh and/or Weather.py +# see https://github.com/JaKooLit/Hyprland-Dots/wiki/TIPS#%EF%B8%8F-weather-app-related-for-waybar-and-hyprlock label { monitor = text = cmd[update:3600000] [ -f ~/.cache/.weather_cache ] && cat ~/.cache/.weather_cache |
