mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 09:35:40 +02:00
i3-companion: fix battery indicator signal
It seems that when a new interface is added, the path for signal is /.
This commit is contained in:
parent
1c61c22066
commit
cd70ccab1b
1 changed files with 1 additions and 1 deletions
|
@ -790,7 +790,7 @@ async def bluetooth_notifications(i3, event, path, interface, changed, invalid):
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
DBusSignal(
|
DBusSignal(
|
||||||
path="/org/bluez",
|
path="/",
|
||||||
interface="org.freedesktop.DBus.ObjectManager",
|
interface="org.freedesktop.DBus.ObjectManager",
|
||||||
member="InterfacesAdded",
|
member="InterfacesAdded",
|
||||||
signature="oa{sa{sv}}",
|
signature="oa{sa{sv}}",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue