diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-01-06 14:23:13 +0000 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-01-06 14:23:13 +0000 |
commit | 0de1dd4efc60be36b7516342c5644c09095702da (patch) | |
tree | 027e547c37ec920df429757cce9eb4d1be8631c2 | |
parent | 1e52dd3bc62e45ba8b52e6f83feecb75234ed8f3 (diff) |
removed debug settingsW
Diffstat (limited to '')
-rwxr-xr-x | music.sh | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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: |