Files
solorice/local/bin/get-spotify-id
2025-11-27 20:20:29 +02:00

4 lines
91 B
Bash
Executable File

#!/bin/sh
wpctl status | rg -o '^\s*\d+\.\s*spotify' | awk 'NR==2 {print $1}' | tr -d '.'