Regenerated

This commit is contained in:
2026-04-22 12:23:49 +02:00
parent bc0c949cd7
commit 0ba6f18b63
81 changed files with 468 additions and 469 deletions
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# {{{autogen}}}
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
bt_connected=""
while read -r _ mac name_rest; do
if [ "$(bluetoothctl info "$mac" | awk '/Connected:/ {print $2}')" = "yes" ]; then