mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-16 05:04:21 +02:00
i3-companion: make a note to check when PA16 is released
This commit is contained in:
parent
5d85f8db80
commit
0ed90e0f85
1 changed files with 4 additions and 1 deletions
|
@ -830,7 +830,10 @@ async def bluetooth_status(i3, event, *args):
|
|||
# Get battery status for BOSE QC 35 II. This is hacky.
|
||||
# For other headsets, the information could be
|
||||
# available through upower DBus. See
|
||||
# https://github.com/Denton-L/based-connect.
|
||||
# https://github.com/Denton-L/based-connect. Starting
|
||||
# from PA 16, it may be exposed by PA, then to BlueZ.
|
||||
# See
|
||||
# https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/482
|
||||
try:
|
||||
loop = asyncio.get_event_loop()
|
||||
sock = socket.socket(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue