diff options
| author | Kiran George <kirangeorge1995@gmail.com> | 2024-05-06 22:12:49 +0530 |
|---|---|---|
| committer | Kiran George <kirangeorge1995@gmail.com> | 2024-05-06 22:12:49 +0530 |
| commit | 083bbd3625d2818a87469bf553ec5309e36b4180 (patch) | |
| tree | c0c4c81bc813707cd5452cabcd894e68d4ffee63 /config/hypr/hyprlock.conf | |
| parent | 0c76bebdd4227a11f8045a62fbdc6fea30d4e8a0 (diff) | |
Hyprlock weather delay fix
Diffstat (limited to 'config/hypr/hyprlock.conf')
| -rw-r--r-- | config/hypr/hyprlock.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index 3aa029d9..38c927a0 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -110,7 +110,7 @@ label { # weather edit specific location. Note, this cause a 2-4 seconds delay in locking label { monitor = - text = cmd[update:3600000] ping -c 1 wttr.in > /dev/null && curl -s 'wttr.in?format=2' # For specific location : wttr.in/busan?format=2 + text = cmd[update:3600000] [ -f ~/.cache/.weather_cache ] && cat ~/.cache/.weather_cache color = $color10 font_size = 24 font_family = JetBrains Mono Nerd Font 10 |
