Use Bluetooth off icon in the waybar when BlueTUI has turned off the adapter

Closes #3599
This commit is contained in:
David Heinemeier Hansson
2025-11-25 11:46:59 +01:00
parent a522a47f70
commit 8cca056b90

6
migrations/1764067068.sh Normal file
View File

@@ -0,0 +1,6 @@
echo "Use Bluetooth off icon in the waybar when BlueTUI has turned off the adapter"
if ! grep -q '"format-off": "󰂲"' ~/.config/waybar/config.jsonc; then
sed -i '/"format-disabled": "󰂲",/a\ "format-off": "󰂲",' ~/.config/waybar/config.jsonc
omarchy-restart-waybar
fi