From 47a5d2b7795fcdb26bff3a91864d19158cfc5c5c Mon Sep 17 00:00:00 2001 From: Nichkara Date: Fri, 27 Feb 2026 19:30:14 +0100 Subject: [PATCH] Remove mode switcher --- config.jsonc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config.jsonc b/config.jsonc index 3722a1a..36d8f64 100644 --- a/config.jsonc +++ b/config.jsonc @@ -26,12 +26,6 @@ "tooltip": false }, - "custom/light_dark": { - "format": "", - "on-click": "~/.config/waybar/scripts/baraction light", - "tooltip": false - }, - "custom/power_btn": { "format": "", "on-click": "sh -c '(sleep 0.5s; wlogout --protocol layer-shell)' & disown",