From 0de1dd4efc60be36b7516342c5644c09095702da Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 6 Jan 2022 14:23:13 +0000 Subject: removed debug settingsW --- music.sh | 4 +--- 1 file changed, 1 insertion(+), 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: -- cgit v1.2.3