Merge branch 'dev' into mercury

scripts: fix light colorscheme for fetch
beets: add config
This commit is contained in:
David JULIEN 2022-11-11 16:17:12 +01:00
commit f00308fa0b
2 changed files with 11 additions and 1 deletions

10
.config/beets/config.yaml Normal file
View File

@ -0,0 +1,10 @@
directory: ~/music
original_date: yes
timid: yes
plugins: fetchart
fetchart:
cautious: yes
cover_names: cover front art album folder
maxwidth: 800
cover_format: JPEG

View File

@ -57,7 +57,7 @@ if [ -x "$(command -v tput)" ]; then
blue="$(tput setaf 4)"
magenta="$(tput setaf 5)"
cyan="$(tput setaf 6)"
white="$(tput setaf 15)"
white="$(tput setaf 7)"
reset="$(tput sgr0)"
fi