summary refs log tree commit diff stats
path: root/bin/run-spotify-player
diff options
context:
space:
mode:
Diffstat (limited to 'bin/run-spotify-player')
-rwxr-xr-xbin/run-spotify-player5
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