From a07f849d2ea94982ab2e3ebe098e9f6e49724146 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Tue, 23 May 2023 23:14:02 +0400 Subject: [PATCH] Change disabled bluetooth icon in Waybar --- etc/skel/.config/waybar/config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/skel/.config/waybar/config.jsonc b/etc/skel/.config/waybar/config.jsonc index 6442ffb..48786fa 100644 --- a/etc/skel/.config/waybar/config.jsonc +++ b/etc/skel/.config/waybar/config.jsonc @@ -174,7 +174,7 @@ "bluetooth": { "format": "", - "format-disabled": "", + "format-disabled": "", "on-click": "swaymsg exec \\$bluetooth", "on-click-right": "rfkill toggle bluetooth", "tooltip-format": "{}"