mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Use Bluetooth off icon in the waybar when BlueTUI has turned off the adapter
Closes #3599
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user