Open deigil opened 1 month ago
To play the specified player:
python3 waybar/scripts/mediaplayer.py --player "spotify" --action play
To pause the specified player:
python3 waybar/scripts/mediaplayer.py --player "spotify" --action pause
To toggle play/pause for the specified player:
python3 waybar/scripts/mediaplayer.py --player "spotify" --action play-pause
To skip to the next track:
python3 waybar/scripts/mediaplayer.py --player "spotify" --action next
To go back to the previous track:
python3 waybar/scripts/mediaplayer.py --player "spotify" --action previous
To play the specified player:
To pause the specified player:
To toggle play/pause for the specified player:
To skip to the next track:
To go back to the previous track: