aboutsummaryrefslogtreecommitdiff
path: root/.config/eww
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-02-28 20:19:42 +0000
committerJustine Smithies <justine@smithies.me.uk>2024-02-28 20:19:42 +0000
commit82759ea93b02b691c77dd723bf709f49f7745a5b (patch)
tree45e1e5d414c7e83c3df2d39ab7dba0fd674afb27 /.config/eww
parent31feb10e4a5454b02f856618a6d7539efa3b8f20 (diff)
moved times defpol into the defpoll section.
Diffstat (limited to '.config/eww')
-rw-r--r--.config/eww/eww.yuck4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/eww/eww.yuck b/.config/eww/eww.yuck
index 50da153..85c00c8 100644
--- a/.config/eww/eww.yuck
+++ b/.config/eww/eww.yuck
@@ -63,8 +63,6 @@
(label :text time_poll)
))
-(defpoll time_poll :interval "1s" "date +%H:%M")
-
(defwidget audio []
(box :class "audio"
:orientation "h"
@@ -154,6 +152,8 @@
battery)
))
+(defpoll time_poll :interval "1s" "date +%H:%M")
+
(defpoll battery :interval "10s"
"scripts/battery.sh")