Merge branch 'dev' into mercury
scripts: fix light colorscheme for fetch beets: add config
This commit is contained in:
commit
f00308fa0b
10
.config/beets/config.yaml
Normal file
10
.config/beets/config.yaml
Normal 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
|
@ -57,7 +57,7 @@ if [ -x "$(command -v tput)" ]; then
|
|||||||
blue="$(tput setaf 4)"
|
blue="$(tput setaf 4)"
|
||||||
magenta="$(tput setaf 5)"
|
magenta="$(tput setaf 5)"
|
||||||
cyan="$(tput setaf 6)"
|
cyan="$(tput setaf 6)"
|
||||||
white="$(tput setaf 15)"
|
white="$(tput setaf 7)"
|
||||||
reset="$(tput sgr0)"
|
reset="$(tput sgr0)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user