diff options
author | bd <bdunahu@operationnull.com> | 2025-10-18 19:21:33 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-10-18 19:21:33 -0400 |
commit | 1aec8005226708598916d0ebdfac6568c18bb836 (patch) | |
tree | 06825396bb9b39ce67e50428550de1b270b854f6 /.config/eww/pollers.yuck | |
parent | 1c4a3d2a527cf592b3b7ed645d5dff58eb46e569 (diff) |
eww display weather
Diffstat (limited to '.config/eww/pollers.yuck')
-rw-r--r-- | .config/eww/pollers.yuck | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/eww/pollers.yuck b/.config/eww/pollers.yuck index bb5d521..a6e40cf 100644 --- a/.config/eww/pollers.yuck +++ b/.config/eww/pollers.yuck @@ -4,6 +4,7 @@ (defpoll ws :interval "0.1s" "scripts/update_workspaces") (defpoll mail :interval "60s" "$HOME/.local/bin/mail-string") (defpoll t1 :interval "60s" "$HOME/.local/bin/t1-string") +(defpoll weather :interval "3600s" "$HOME/.local/bin/string-weather") (defpoll batperc :interval "60s" "echo \"$(cat /sys/class/power_supply/BAT0/capacity)%\"") ;; Local Variables: |