diff options
Diffstat (limited to 'bin/run-spotify-player')
| -rwxr-xr-x | bin/run-spotify-player | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/run-spotify-player b/bin/run-spotify-player new file mode 100755 index 0000000..865aecd --- /dev/null +++ b/bin/run-spotify-player @@ -0,0 +1,5 @@ +#!/bin/sh + +ps -A | grep -q 'spotify_player' || spotify_player -d + +kitty -e spotify_player |