mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-27 12:08:49 +02:00
i3-companion: debounce more bluetooth stuff
It may take a bit of time to let PulseAudio transmits battery status. And for some reason, we don't get a property changed event.
This commit is contained in:
parent
7314dfdd02
commit
48afaab4c7
1 changed files with 1 additions and 1 deletions
|
@ -745,7 +745,7 @@ async def bluetooth_notifications(i3, event, path, interface, changed, invalid):
|
|||
),
|
||||
)
|
||||
@retry(2)
|
||||
@debounce(0.2)
|
||||
@debounce(1)
|
||||
@polybar("bluetooth")
|
||||
async def bluetooth_status(i3, event, *args):
|
||||
"""Update bluetooth status for Polybar."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue