Add music player selection
This commit is contained in:
parent
a5c0b96dea
commit
e2acc10339
6
bin/music_player
Executable file
6
bin/music_player
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ~/Music
|
||||
selected_song=$(ls | rofi -i -dmenu -p "Select a song to play")
|
||||
notify-send "Playing ${selected_song}"
|
||||
mplayer ${selected_song}
|
Loading…
Reference in New Issue
Block a user