eww: Fixed get-bluetooth-info
not updating unless blueman-applet running
This commit is contained in:
parent
3042205f77
commit
52b626c3bb
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ info (){
|
||||||
}
|
}
|
||||||
|
|
||||||
info
|
info
|
||||||
dbus-monitor "interface=org.blueman.Applet" | while read -r line; do
|
dbus-monitor --system "sender=:1.3" | while read -r line; do
|
||||||
info
|
info
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue