mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
67 lines
1.8 KiB
Text
67 lines
1.8 KiB
Text
|
# mpd stuff
|
||
|
mpd_host = "localhost"
|
||
|
mpd_port = "6600"
|
||
|
mpd_music_dir = "/home/derek/Music"
|
||
|
mpd_connection_timeout = "5"
|
||
|
|
||
|
# visualizer
|
||
|
visualizer_fifo_path = "/tmp/mpd.fifo"
|
||
|
visualizer_output_name = "my_fifo"
|
||
|
visualizer_sync_interval = "30"
|
||
|
visualizer_in_stereo = "yes"
|
||
|
visualizer_type = "spectrum"
|
||
|
visualizer_look = "+|"
|
||
|
|
||
|
# appearance
|
||
|
song_list_format = "$3{%l}$9 $1│$9 $5{%a}$9 $1│$9 $2{%t}$9 $R $6{%b}$9 $7({%y})$9 $1│$9 $4{%n}"
|
||
|
song_status_format = "{%a} - {%t}|{%f} - \"{%b}\" ({%y})"
|
||
|
now_playing_prefix = "$b"
|
||
|
now_playing_suffix = "$/b"
|
||
|
browser_playlist_prefix = "$2playlist$9 "
|
||
|
selected_item_prefix = "$6"
|
||
|
selected_item_suffix = "$9"
|
||
|
playlist_display_mode = "columns" # (classic/columns)
|
||
|
browser_display_mode = "columns" #(classic/columns)
|
||
|
autocenter_mode = "yes"
|
||
|
progressbar_look = "━━╸"
|
||
|
user_interface = "classic" #(classic/alternative)
|
||
|
header_visibility = "no"
|
||
|
statusbar_visibility = "yes"
|
||
|
titles_visibility = "no"
|
||
|
header_text_scrolling = "yes"
|
||
|
cyclic_scrolling = "no"
|
||
|
display_volume_level = "no"
|
||
|
display_bitrate = "yes"
|
||
|
display_remaining_time = "no"
|
||
|
|
||
|
# colors
|
||
|
colors_enabled = "yes"
|
||
|
header_window_color = "blue"
|
||
|
volume_color = "blue"
|
||
|
state_line_color = "green"
|
||
|
state_flags_color = "red"
|
||
|
main_window_color = "blue"
|
||
|
color1 = "red"
|
||
|
color2 = "magenta"
|
||
|
main_window_highlight_color = "cyan"
|
||
|
progressbar_color = "blue"
|
||
|
statusbar_color = "default"
|
||
|
alternative_ui_separator_color = "green"
|
||
|
active_column_color = "magenta"
|
||
|
visualizer_color = "blue"
|
||
|
window_border_color = "magenta"
|
||
|
active_window_border = "blue"
|
||
|
|
||
|
# more stuff
|
||
|
playlist_disable_highlight_delay = "3"
|
||
|
message_delay_time = "4"
|
||
|
default_find_mode = "wrapped" #(wrapped/normal)
|
||
|
follow_now_playing_lyrics = "yes"
|
||
|
store_lyrics_in_song_dir = "yes"
|
||
|
jump_to_now_playing_song_at_start = "yes"
|
||
|
clock_display_seconds = "yes"
|
||
|
ignore_leading_the = "yes"
|
||
|
mouse_support = "no"
|
||
|
empty_tag_marker = "-"
|
||
|
enable_window_title = "yes"
|