diff --git a/bin/i3-companion b/bin/i3-companion index 461ac7f..617dde7 100755 --- a/bin/i3-companion +++ b/bin/i3-companion @@ -743,18 +743,9 @@ async def bluetooth_notifications(i3, event, path, interface, changed, invalid): and "Percentage" in args[1] ), ), - DBusSignal( - path="/org/pulseaudio", - interface="org.freedesktop.DBus.Properties", - member="PropertiesChanged", - signature="sa{sv}as", - onlyif=lambda args: ( - args[0] == "org.bluez.BatteryProvider1" and "Percentage" in args[1] - ), - ), ) @retry(2) -@debounce(1) +@debounce(4) @polybar("bluetooth") async def bluetooth_status(i3, event, *args): """Update bluetooth status for Polybar."""