From 52b626c3bb466d967153f2edfc43bf9fc4d1c77d Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Sat, 27 Jan 2024 19:10:53 +0100 Subject: [PATCH] eww: Fixed `get-bluetooth-info` not updating unless blueman-applet running --- bar/eww/scripts/get-bluetooth-info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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