Use connected bluetooth icon when appropriate

Closes #3274
Co-authored-by: @vander00
This commit is contained in:
David Heinemeier Hansson
2025-11-20 13:14:24 +01:00
parent 0fc901d4fc
commit 4dbaf5e35f
2 changed files with 5 additions and 1 deletions

View File

@@ -100,7 +100,7 @@
"bluetooth": { "bluetooth": {
"format": "", "format": "",
"format-disabled": "󰂲", "format-disabled": "󰂲",
"format-connected": "", "format-connected": "󰂱",
"format-no-controller": "", "format-no-controller": "",
"tooltip-format": "Devices connected: {num_connections}", "tooltip-format": "Devices connected: {num_connections}",
"on-click": "omarchy-launch-bluetooth" "on-click": "omarchy-launch-bluetooth"

4
migrations/1763634099.sh Normal file
View File

@@ -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