diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-06-21 19:47:31 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-06-21 19:47:31 +0100 |
commit | bed8aa6f90c8814321446b77c5b48075f07481bb (patch) | |
tree | b715728d0ce70cf1ba8be5c05040f7896360ec56 /.config/waybar/config | |
parent | 7b7997f34eedc4b5acc83b40ee01007d81f35e03 (diff) |
Diffstat (limited to '.config/waybar/config')
-rw-r--r-- | .config/waybar/config | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.config/waybar/config b/.config/waybar/config index 7853f33..79d9e2d 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -9,7 +9,6 @@ "modules-left": [ "dwl/tags", "custom/layout", - "dwl/window", ], "modules-center": ["custom/clock"], @@ -27,12 +26,6 @@ "tag-labels": ["1", "2", "3", "4", "5", "6", "7", "8", "9"] }, - "dwl/window": { - "format": "<span color='#202020' bgcolor='#d3869b' > </span> {app_id} - {title}", - "icon":false, - "max-length": 100, - }, - "custom/layout": { "format": "<span color='#202020' bgcolor='#d79921'> </span> {}", "return-type": "json", |