diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-08-10 13:49:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-10 13:49:11 +0000 |
| commit | daf6d332b89d6a6485508a25778dd06038d2a0e7 (patch) | |
| tree | 6620a5eba43010be9d55834a77b3940b972e46e6 | |
| parent | 9756abcd1d2903dee4cebd54c9cc1429d35e03c9 (diff) | |
Update hyprlock-1080p.conf
| -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 |
