From 4dbaf5e35f5f93d94898cbd935ed71dce056fe70 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 20 Nov 2025 13:14:24 +0100 Subject: [PATCH] Use connected bluetooth icon when appropriate Closes #3274 Co-authored-by: @vander00 --- config/waybar/config.jsonc | 2 +- migrations/1763634099.sh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 migrations/1763634099.sh 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