aboutsummaryrefslogtreecommitdiff
path: root/.config/eww/eww.yuck
diff options
context:
space:
mode:
Diffstat (limited to '.config/eww/eww.yuck')
-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")