solorice/local/bin/get-spotify-id

4 lines
91 B
Bash
Executable File

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