diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-06-18 19:52:52 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-06-18 19:52:52 +0100 |
commit | 1f9f2fdf8c9f96ca260e44184807ece53ca26d45 (patch) | |
tree | 4d5d6e68f3521a40617261552c4d6eeb0dcdd9f2 /.config/waybar/config | |
parent | 2cb73260f70b083cdcf0c7f2c297044e5a405139 (diff) |
Diffstat (limited to '.config/waybar/config')
-rw-r--r-- | .config/waybar/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/waybar/config b/.config/waybar/config index ad3478b..7853f33 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -8,6 +8,7 @@ "modules-left": [ "dwl/tags", + "custom/layout", "dwl/window", ], @@ -32,6 +33,15 @@ "max-length": 100, }, + "custom/layout": { + "format": "<span color='#202020' bgcolor='#d79921'> </span> {}", + "return-type": "json", + "exec": "~/.config/waybar/scripts/layout.sh", + "on-click": "~/.config/waybar/scripts/layout.sh toggle", + "interval" : 1, + "tooltip" : false + }, + "custom/scratchpad-indicator": { "format": "<span color='#202020' bgcolor='#8ec07c' > </span> {}", "return-type": "json", |