From c0eda75eba998745cc3b945184be1559017bb8a1 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sun, 9 Jun 2024 19:23:31 +0100 Subject: Updated for Chimera Linux use --- .config/eww/eww.yuck | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config/eww/eww.yuck') 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") -- cgit v1.2.3