Skip to content

Instantly share code, notes, and snippets.

@Eredarion
Created September 2, 2018 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Eredarion/b05d88d94982256d3d9ece375760242c to your computer and use it in GitHub Desktop.
Save Eredarion/b05d88d94982256d3d9ece375760242c to your computer and use it in GitHub Desktop.
mpd_host = localhost
mpd_port = 6600
mpd_crossfade_time = 2
visualizer_fifo_path = /tmp/mpd.fifo
visualizer_output_name = "Visualizer feed"
visualizer_in_stereo = no
visualizer_sync_interval = 30
visualizer_type = spectrum
visualizer_look = ●┃
visualizer_color = red, green, yellow, magenta, red
song_list_format = "{{%a - %t}|{%f}}{$R%l}"
song_status_format = "{{%a{ $2//$9 %b{, %y}} $2//$9 }{%t$/b}}|{$b%f$/b}"
song_library_format = {{%a - %t} (%b)}|{%f}
now_playing_prefix = "$b$5"
now_playing_suffix = "$/b$9"
playlist_display_mode = classic
autocenter_mode = yes
progressbar_look = "─╼ "
header_visibility = no
statusbar_visibility = yes
titles_visibility = no
follow_now_playing_lyrics = no
enable_window_title = no
external_editor = nano
colors_enabled = yes
empty_tag_color = red
header_window_color = yellow
volume_color = yellow
state_line_color = red
state_flags_color = yellow
main_window_color = default
color1 = red
color2 = red
main_window_highlight_color = white
progressbar_color = black
progressbar_elapsed_color = red
statusbar_color = default
alternative_ui_separator_color = magenta
active_column_color = red
window_border_color = yellow
active_window_border = magenta
execute_on_song_change = notify-send "Now Playing " "$(mpc current)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment