Skip to content

Commit

Permalink
sp: Sleep some more
Browse files Browse the repository at this point in the history
  • Loading branch information
OnurKader committed Jul 14, 2022
1 parent 68ce43a commit 07a4186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/getsong
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ case $BLOCK_BUTTON in
1) update_album_art; notify-send -i /tmp/album_art.jpg "${NAME//\"/}" "${ARTIST//\"/}";;
2) sp play;;
3) notify-send "Usage:" "Just Left Click To Get The Whole Song Name";;
5) sp next && sleep 0.33 && update_album_art && notify-send -i /tmp/album_art.jpg "Playing Next Song" "$(spot-get)";;
4) sp prev && sleep 0.33 && update_album_art && notify-send -i /tmp/album_art.jpg "Playing Previous Song" "$(spot-get)";;
5) sp next && sleep 0.5 && update_album_art && notify-send -i /tmp/album_art.jpg "Playing Next Song" "$(spot-get)";;
4) sp prev && sleep 0.5 && update_album_art && notify-send -i /tmp/album_art.jpg "Playing Previous Song" "$(spot-get)";;
esac

0 comments on commit 07a4186

Please sign in to comment.