36 lines
722 B
Django/Jinja
36 lines
722 B
Django/Jinja
# {{ ansible_managed }}
|
|
#
|
|
|
|
############## Connection ###################
|
|
## Connect to mpd running on a specified host
|
|
mpd_host = 10.0.0.1
|
|
|
|
## Connect to mpd on the specified port.
|
|
mpd_port = 21000
|
|
|
|
# header_visibility = yes
|
|
# playlist_show_mpd_host = yes
|
|
# titles_visibility = yes
|
|
# enable_window_title = yes
|
|
|
|
|
|
connected_message_on_startup = no
|
|
|
|
display_bitrate = yes
|
|
|
|
############## Theme ###################
|
|
|
|
user_interface = classic
|
|
|
|
song_columns_list_format = "(40)[9]{t|f} (25)[245]{a} (25)[245]{b} (25)[245]{l}"
|
|
song_list_format = "{$5 %a$9 $1│$9 $8%t$9 }|{ $8%f$9}$R{$5%b $7}"
|
|
|
|
# Column Names
|
|
header_window_color = 1
|
|
|
|
# Main window
|
|
main_window_color = 1
|
|
|
|
# Bottombar
|
|
progressbar_color = 1
|
|
player_state_color = 1
|