aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xmusic.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/music.sh b/music.sh
index 9027c22..c9c5842 100755
--- a/music.sh
+++ b/music.sh
@@ -1,7 +1,5 @@
#!/bin/sh
-set -xe
-
# nicked from https://hmbrg.xyz/log/2021/listen-to-audio-collection-via-dmenu-mpv/
# ALl credit to them! Thank you.
@@ -10,7 +8,7 @@ set -xe
### -----------------------------------------------------------------
DIR=~/annex/Music
PLAYER=mpv
-DMENU='dmenu -i -l 30 -nb yellow -nf black'
+DMENU='dmenu -i -l 30 -nb #b96dbf -nf white'
### -----------------------------------------------------------------
### Select the subdirectory from which you want to play the MP3 file: