From 8cca056b900da6bd4a2c864e5c9732ed7fb3a11f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 25 Nov 2025 11:46:59 +0100 Subject: [PATCH] Use Bluetooth off icon in the waybar when BlueTUI has turned off the adapter Closes #3599 --- migrations/1764067068.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 migrations/1764067068.sh diff --git a/migrations/1764067068.sh b/migrations/1764067068.sh new file mode 100644 index 00000000..01843585 --- /dev/null +++ b/migrations/1764067068.sh @@ -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