reorganize directory structure again
This commit is contained in:
7
home/bin/music_player
Executable file
7
home/bin/music_player
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ~/Music || exit
|
||||
|
||||
selected_song=$(ls | rofi -i -dmenu -p "Select a song to play") || exit
|
||||
notify-send "Playing ${selected_song}"
|
||||
mplayer "${selected_song}"
|
Reference in New Issue
Block a user