script: refactor change-colortheme

This commit is contained in:
2025-10-18 02:50:22 +02:00
parent f7fe2b00b5
commit 6f8b7431f9
49 changed files with 360 additions and 1668 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
pgrep -f spotify-lyrics && (killall spotify-lyrics || exit 1)
pgrep -f spotify-lyrics -u "$USER" && (killall spotify-lyrics -u "$USER" || exit 1)
spotify-lyrics "$@"