new wallpaper direcoty and mpd added

This commit is contained in:
samantha42
2026-03-08 20:54:50 +01:00
parent 4684c110ed
commit 217927e158
8 changed files with 38 additions and 4 deletions

33
mpd/mpd.conf Normal file
View File

@@ -0,0 +1,33 @@
# Music directory
music_directory "~/Music"
# MPD database
db_file "~/.local/share/mpd/database"
# Log
log_file "~/.local/share/mpd/mpd.log"
# PID file
pid_file "~/.local/share/mpd/pid"
# State file
state_file "~/.local/share/mpd/state"
# Sticker database
sticker_file "~/.local/share/mpd/sticker.sql"
# Network
bind_to_address "127.0.0.1"
port "6600"
# Audio output (PipeWire/PulseAudio)
audio_output {
type "pipewire"
name "PipeWire"
}
# Or for ALSA:
# audio_output {
# type "alsa"
# name "ALSA"
#