add mpd and client configs

This commit is contained in:
frosty 2024-07-03 20:15:09 -04:00
parent 21c3081506
commit 6ba1b102a2
3 changed files with 43 additions and 0 deletions

11
.config/mpd/mpd.conf Normal file
View file

@ -0,0 +1,11 @@
db_file "~/.local/share/mpd/database"
playlist_directory "~/.local/share/mpd/playlists"
log_file "syslog"
auto_update "yes"
restore_paused "yes"
audio_output {
type "pipewire"
name "PipeWire"
}

17
.config/ncmpcpp/bindings Normal file
View file

@ -0,0 +1,17 @@
def_key "j"
scroll_down
def_key "k"
scroll_up
def_key "h"
previous_column
def_key "l"
next_column
def_key "ctrl-d"
page_down
def_key "ctrl-u"
page_up

15
.config/ncmpcpp/config Normal file
View file

@ -0,0 +1,15 @@
autocenter_mode = "yes"
empty_tag_marker = ""
centered_cursor = "yes"
playlist_display_mode = "classic"
song_list_format = "{$7%a - $9}{$5%t$9}|{$5%f$9}$R{$6%b $9}{$3%l$9}"
progressbar_look = "━━┉"
progressbar_color = "white"
statusbar_visibility = "yes"
progressbar_elapsed_color = "blue"
execute_on_song_change = notify-send -u low -r 9991 "$(mpc --format '%title%' current)" "$(mpc --format 'by %artist%' current)"
# vim:ft=conf