Update theme, install more packages

This commit is contained in:
2020-12-11 23:07:57 +00:00
parent 79895c97f6
commit 702813efa6
12 changed files with 734 additions and 9 deletions

20
.config/mpd/mpd.conf Normal file
View File

@ -0,0 +1,20 @@
db_file "~/.local/share/mpd/database"
log_file "syslog"
music_directory "~/music"
playlist_directory "~/.local/share/mpd/playlists"
pid_file "~/.cache/mpd/pid"
state_file "~/.cache/mpd/state"
sticker_file "~/.cache/mpd/sticker.sql"
audio_output {
type "pulse"
name "PulseAudio"
}
audio_output {
type "fifo"
name "Visualizer"
path "/tmp/mpd.fifo"
format "44100:16:2"
}