dotfiles/.config/ncmpcpp/config

16 lines
442 B
Plaintext

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