dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit 2bb6ba789ac6861ac3a04980206dc710e4ef2335
parent b2122b5ed0e5fcf3080b7d963493e2023541839d
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date:   Fri, 10 Apr 2020 18:15:02 +0200

fix font issues

Diffstat:
Mcmus/.cmus/cmus-geeqie.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmus/.cmus/cmus-geeqie.sh b/cmus/.cmus/cmus-geeqie.sh @@ -16,7 +16,7 @@ FLIST=$( find "$FOLDER" -type f ) if echo "$FLIST" | grep -i ".jpeg\|.png\|.jpg" &>/dev/null; then ART=$( echo "$FLIST" | grep -i "cover.jpg\|cover.png\|front.jpg\|front.png\ - \|folder.jpg\|folder.png" | head -n1 ) + \|folder.jpg\|folder.png" | grep -vi "backcover" | head -n1 ) if [[ -z "$ART" ]]; then ART=$( echo "$FLIST" | grep -i ".png\|.jpg\|.jpeg" | head -n1 )