eww: Fixed get-bluetooth-info not updating unless blueman-applet running

This commit is contained in:
GaspardCulis 2024-01-27 19:10:53 +01:00
parent 3042205f77
commit 52b626c3bb

View file

@ -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