aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-07-06 08:58:34 +0100
committerJustine Smithies <justine@smithies.me.uk>2024-07-06 08:58:34 +0100
commit29543575e7412436783f3b107e871bdd1b013e1d (patch)
treec748aed4d3549db33e0afb0416fbc337ca002918 /.config
parentdd76066099a27d2ccbfb85fa71abf92544e37b3b (diff)
Removed scratchpad widget for now
Diffstat (limited to '.config')
-rw-r--r--.config/eww/eww.yuck17
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")