i3-companion: make a note to check when PA16 is released

This commit is contained in:
Vincent Bernat 2022-03-27 09:05:24 +02:00
parent 5d85f8db80
commit 0ed90e0f85

View file

@ -830,7 +830,10 @@ async def bluetooth_status(i3, event, *args):
# Get battery status for BOSE QC 35 II. This is hacky. # Get battery status for BOSE QC 35 II. This is hacky.
# For other headsets, the information could be # For other headsets, the information could be
# available through upower DBus. See # 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: try:
loop = asyncio.get_event_loop() loop = asyncio.get_event_loop()
sock = socket.socket( sock = socket.socket(