clean up music player
This commit is contained in:
parent
9fe663d4f0
commit
7f71960a59
@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ~/Music
|
||||
selected_song=$(ls | rofi -i -dmenu -p "Select a song to play")
|
||||
cd ~/Music || exit
|
||||
|
||||
selected_song=$(ls | rofi -i -dmenu -p "Select a song to play") || exit
|
||||
notify-send "Playing ${selected_song}"
|
||||
mplayer ${selected_song}
|
||||
mplayer "${selected_song}"
|
||||
|
Loading…
Reference in New Issue
Block a user