modified: apps-list.md

new file:   config/mpDris2/mpDris2.conf
	new file:   config/mpd/mpd.conf
	new file:   config/rmpc/config.ron
	new file:   config/rmpc/themes/zzz.ron
This commit is contained in:
nekochemist 2026-03-26 23:38:37 +05:00
parent 46faf5b8de
commit 9923f42b6a
5 changed files with 1044 additions and 4 deletions

View file

@ -0,0 +1,36 @@
# Copy this to /etc/mpDris2.conf or ~/.config/mpDris2/mpDris2.conf
# Default values are shown here, commented out.
[Connection]
# You can also export $MPD_HOST and/or $MPD_PORT to change the server.
host = /run/user/1000/mpd/socket
#port = 6600
#password =
[Library]
music_dir = ~/mus/
cover_regex = ^(album|cover|\.?folder|front).*\.(gif|jpeg|jpg|png)$
[Bling]
#mmkeys = True
notify = False
# Send notifications while paused?
#notify_paused = True
# CD-like previous command: if playback is past 3 seconds, seek to the beginning
#cdprev = True
#[Notify]
# Urgency of the notification: 0 for low, 1 for medium and 2 for high.
#urgency = 0
# Timeout of the notification in milliseconds. -1 uses the notification's default
# and 0 sets the notification to never timeout.
#timeout = -1
# Format the notification's summary and body in either playing or paused state.
# Leave blank to use mpDris2's internal defaults.
# Possible values:
# %album%, %title%, %id%, %time%, %timeposition%, %date%, %track%,
# %disc%, %artist%, %albumartist%, %composer%, %genre%, %file%
#summary =
#body =
#paused_summary =
#paused_body =