diff options
Diffstat (limited to '.config/eww/eww.yuck')
-rw-r--r-- | .config/eww/eww.yuck | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/eww/eww.yuck b/.config/eww/eww.yuck index 9d1f4dc..462350d 100644 --- a/.config/eww/eww.yuck +++ b/.config/eww/eww.yuck @@ -92,15 +92,15 @@ (defwidget updates [] (box - :class "${matches(void-updates, '^\s*$')?'xbps-empty':'xbps'}" + :class "${matches(chimera-updates, '^\s*$')?'apk-empty':'apk'}" :orientation "h" :space-evenly false :halign "end" :spacing 10 (button :class "" - :onclick "foot bash -c 'sudo xbps-install -Suv; ~/.config/eww/scripts/void-updates.sh Refresh'&" - void-updates) + :onclick "foot bash -c 'doas apk upgrade; ~/.config/eww/scripts/chimera-updates.sh Refresh'&" + chimera-updates) )) (defwidget scratchpad-indicator [] @@ -169,8 +169,8 @@ (defpoll idle :interval "1s" "scripts/idleinhibit.sh") -(defpoll void-updates :interval "600s" - "scripts/void-updates.sh") +(defpoll chimera-updates :interval "600s" + "scripts/chimera-updates.sh") (defpoll volume :interval "1s" "scripts/volumecontrol") |