Regenerated

This commit is contained in:
2026-04-13 11:02:25 +02:00
parent 55dd1433d6
commit 28ba7e8342
4 changed files with 768 additions and 411 deletions
@@ -1,5 +1,7 @@
#!/usr/bin/env bash
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
#!/usr/bin/env bash
# Player selection — prefer actively playing player
player=$(playerctl -l 2>/dev/null | while read -r p; do
st=$(playerctl --player="$p" status 2>/dev/null)