mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 23:40:51 +00:00
Removes tizonia and spotify as I don't use them anymore
This commit is contained in:
parent
3b52ad3ae3
commit
584b15b88b
@ -1,29 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
while [[ $# -gt 0 ]]
|
||||
do
|
||||
key="$1"
|
||||
|
||||
case $key in
|
||||
-P|--play)
|
||||
qdbus org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Play
|
||||
shift
|
||||
;;
|
||||
-p|--pause)
|
||||
qdbus org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Pause
|
||||
shift
|
||||
;;
|
||||
*)
|
||||
echo "Usage:"
|
||||
echo "-P (--play) - Play"
|
||||
echo "-p (--pause) - Pause"
|
||||
exit 3
|
||||
;;
|
||||
esac
|
||||
done
|
||||
if [[ $# -ne $1 ]]; then
|
||||
echo "Usage:"
|
||||
echo "-P (--play) - Play"
|
||||
echo "-p (--pause) - Pause"
|
||||
fi
|
||||
|
@ -1 +0,0 @@
|
||||
/bin/tizonia --youtube-audio-playlist RDQMBgyfjGIyJlg --shuffle --daemon
|
@ -1 +0,0 @@
|
||||
/bin/tizonia --youtube-audio-playlist RDQMBgyfjGIyJlg --shuffle
|
Loading…
Reference in New Issue
Block a user