From cd70ccab1b48024f36b6550c5d45a9f4ce183139 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 6 Jul 2024 13:32:30 +0200 Subject: [PATCH] i3-companion: fix battery indicator signal It seems that when a new interface is added, the path for signal is /. --- bin/i3-companion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/i3-companion b/bin/i3-companion index 3c3716a..a4c0093 100755 --- a/bin/i3-companion +++ b/bin/i3-companion @@ -790,7 +790,7 @@ async def bluetooth_notifications(i3, event, path, interface, changed, invalid): ), ), DBusSignal( - path="/org/bluez", + path="/", interface="org.freedesktop.DBus.ObjectManager", member="InterfacesAdded", signature="oa{sa{sv}}",