mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
7 lines
282 B
Bash
7 lines
282 B
Bash
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
|