diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index ee519b00..cef31e9c 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -100,7 +100,7 @@ "bluetooth": { "format": "", "format-disabled": "󰂲", - "format-connected": "", + "format-connected": "󰂱", "format-no-controller": "", "tooltip-format": "Devices connected: {num_connections}", "on-click": "omarchy-launch-bluetooth" diff --git a/migrations/1763634099.sh b/migrations/1763634099.sh new file mode 100644 index 00000000..7a37d738 --- /dev/null +++ b/migrations/1763634099.sh @@ -0,0 +1,4 @@ +echo "Using 󰂱 icon for bluetooth when connected" + +sed -i 's/"format-connected": "",/"format-connected": "󰂱",/' ~/.config/waybar/config.jsonc +omarchy-restart-walker