diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-17 13:11:39 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-17 13:11:39 +0100 |
commit | 9aecc699bbf33b6680571cd3c3bf6dcb1cb9cab1 (patch) | |
tree | 12631d62638f5e4499fed13a6d0233a24e137781 | |
parent | 658ec6b1bdb793148dc01ece2cf754c245eb5d76 (diff) |
Adds script to pick local music by dmenu
-rwxr-xr-x | music.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ ### ----------------------------------------------------------------- DIR=~/annex/Music PLAYER=mpv -DMENU='dmenu -i -l 30 -nb #b96dbf -nf white' +DMENU='dmenu -i -l 30 -fn Iosevka-12 -nb #b96dbf -nf white' ### ----------------------------------------------------------------- ### Select the subdirectory from which you want to play the MP3 file: |