From 29543575e7412436783f3b107e871bdd1b013e1d Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sat, 6 Jul 2024 08:58:34 +0100 Subject: Removed scratchpad widget for now --- .config/eww/eww.yuck | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.config/eww/eww.yuck b/.config/eww/eww.yuck index 7fe7eb7..32586e8 100644 --- a/.config/eww/eww.yuck +++ b/.config/eww/eww.yuck @@ -17,7 +17,6 @@ (defwidget sidestuff [] (box :class "sidestuff" :orientation "h" :space-evenly false :halign "end" (updates) - (scratchpad-indicator) (language) (idleinhibit) (bright) @@ -103,19 +102,6 @@ chimera-updates) )) -(defwidget scratchpad-indicator [] - (box - :class "${matches(scratchpad, '^\s*$')?'scratchpad-empty':'scratchpad'}" - :orientation "h" - :space-evenly false - :halign "end" - :spacing 10 - (button - :class "" - :onclick "scripts/scratchpad-indicator.sh ShowInfo" - scratchpad) -)) - (defwidget idleinhibit [] (box :class "idle" :orientation "h" @@ -157,9 +143,6 @@ (defpoll battery :interval "10s" "scripts/battery.sh") -(defpoll scratchpad :interval "1s" - "scripts/scratchpad-indicator.sh Update || echo null") - (defpoll language :interval "1s" "scripts/keyboardlayout.sh") -- cgit v1.2.3