diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-07-06 08:58:34 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-07-06 08:58:34 +0100 |
commit | 29543575e7412436783f3b107e871bdd1b013e1d (patch) | |
tree | c748aed4d3549db33e0afb0416fbc337ca002918 /.config/eww/eww.yuck | |
parent | dd76066099a27d2ccbfb85fa71abf92544e37b3b (diff) |
Removed scratchpad widget for now
Diffstat (limited to '.config/eww/eww.yuck')
-rw-r--r-- | .config/eww/eww.yuck | 17 |
1 files changed, 0 insertions, 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") |