diff --git a/bar/eww/scripts/get-bluetooth-info b/bar/eww/scripts/get-bluetooth-info index 3ec28b5..1e128b2 100755 --- a/bar/eww/scripts/get-bluetooth-info +++ b/bar/eww/scripts/get-bluetooth-info @@ -7,6 +7,6 @@ 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 done