aboutsummaryrefslogtreecommitdiffstats
path: root/modules/image
diff options
context:
space:
mode:
Diffstat (limited to 'modules/image')
-rw-r--r--modules/image/idle_inhibitor.jsonc15
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/image/idle_inhibitor.jsonc b/modules/image/idle_inhibitor.jsonc
deleted file mode 100644
index e026be8..0000000
--- a/modules/image/idle_inhibitor.jsonc
+++ /dev/null
@@ -1,15 +0,0 @@
-// Presentation mode.
-//
-// waybar's own idle_inhibitor module draws its state with format-icons, which
-// is text, so this is an `image` module driving the same inhibitor through
-// hyprland. The state lives in a file because the icon has to be resolved by
-// a separate process from the one that toggles it.
-{
- "image#idle": {
- "exec": "$HOME/bin/wb-idle status",
- "size": 22,
- "interval": 5,
- "signal": 9,
- "on-click": "$HOME/bin/wb-idle toggle"
- }
-}