New backup 2025-03-12 20:45:01
This commit is contained in:
parent
62f70e16ed
commit
9710b1c02a
2 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
1
de/home/.config/eww/variables/bar/bluetooth.yuck
Normal file
1
de/home/.config/eww/variables/bar/bluetooth.yuck
Normal file
|
@ -0,0 +1 @@
|
|||
(deflisten network_status "scripts/bar/bluetooth")
|
Loading…
Add table
Reference in a new issue