add files
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
spotify_status=$(playerctl --player=mpd status 2>/dev/null)
|
||||
|
||||
if [ "$spotify_status" == "Playing" ]; then
|
||||
playerctl --player=mpd next
|
||||
fi
|
||||
Reference in New Issue
Block a user