summaryrefslogtreecommitdiff
path: root/.config/eww/pollers.yuck
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-10-27 11:52:47 -0400
committerbd <bdunahu@operationnull.com>2025-10-27 11:52:47 -0400
commit4e80c119a8a062c419540be9b197df175ab21b7c (patch)
tree039717033a97dc78c74d5f494e61cf190a753e89 /.config/eww/pollers.yuck
parentbfa9d711a225d6ceb445bbb60dfac0f8ed24443d (diff)
display open X windows (current workspace) on left side of eww bar
Diffstat (limited to '.config/eww/pollers.yuck')
-rw-r--r--.config/eww/pollers.yuck5
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/eww/pollers.yuck b/.config/eww/pollers.yuck
index a6e40cf..c3cdecf 100644
--- a/.config/eww/pollers.yuck
+++ b/.config/eww/pollers.yuck
@@ -1,10 +1,11 @@
(defpoll volume :interval "2s" "scripts/getvol")
(defpoll time :interval "30s" "date '+%H:%M'")
(defpoll date :interval "30s" "date '+%b %d'")
-(defpoll ws :interval "0.1s" "scripts/update_workspaces")
+(defpoll ws :interval "0.15s" "scripts/update_workspaces")
+(defpoll cs :interval "0.15s" "scripts/update_x_names")
(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 weather :interval "1800s" "$HOME/.local/bin/string-weather")
(defpoll batperc :interval "60s" "echo \"$(cat /sys/class/power_supply/BAT0/capacity)%\"")
;; Local Variables: