mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-12-30 21:31:45 +00:00
Update 2025-10-09 Update 2025-10-11 feat: add rose-pine gtk themes Update 2025-10-16 Update 2025-10-23 Fix desktop niri Update 2025-10-31
4 lines
91 B
Bash
4 lines
91 B
Bash
#!/bin/sh
|
|
|
|
wpctl status | rg -o '^\s*\d+\.\s*spotify' | awk 'NR==2 {print $1}' | tr -d '.'
|