New backup 2025-03-12 20:45:01

This commit is contained in:
Penelope Gwen 2025-03-12 20:45:01 -07:00
parent 62f70e16ed
commit 9710b1c02a
2 changed files with 8 additions and 3 deletions

View file

@ -41,10 +41,14 @@ function btstatus(){
btstatus
bluetoothctl | awk '/Device/' |tr -d '\r' | while read -r event;do
# btstatus
printf '%-2d %s\n' "test" "test"
dbus-monitor --profile "interface='org.blueman.Applet',member='MenuChanged'" | while read -r event; do
# echo "hi"
btstatus
done
#bluetoothctl | awk '/Device/' |tr -d '\r' | while read -s -r event;do
# btstatus
# printf '%-2d %s\n' "test" "test"
#done
exit

View file

@ -0,0 +1 @@
(deflisten network_status "scripts/bar/bluetooth")