72 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			72 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|  | ### Colours | ||
|  | ## - 0 - default window color (discards all other colors) | ||
|  | ## - 1 - black | ||
|  | ## - 2 - red | ||
|  | ## - 3 - green | ||
|  | ## - 4 - yellow | ||
|  | ## - 5 - blue | ||
|  | ## - 6 - magenta | ||
|  | ## - 7 - cyan | ||
|  | ## - 8 - white | ||
|  | ## - 9 - end of current color | ||
|  | ### | ||
|  | 
 | ||
|  | visualizer_in_stereo = yes | ||
|  | #visualizer_sample_multiplier = 1 | ||
|  | #visualizer_sync_interval = 30 | ||
|  | 
 | ||
|  | ## Available values: spectrum, wave. | ||
|  | visualizer_type = spectrum | ||
|  | visualizer_look = ●▊ | ||
|  | 
 | ||
|  | #song_columns_list_format = (20)[]{a} (50)[]{tr} (6f)[]{NE} | ||
|  | #song_columns_list_format = (7f)[]{NEr} (20)[]{a} (80)[white]{tr} (6f)[]{l} | ||
|  | 
 | ||
|  | # Playlist look | ||
|  | playlist_display_mode = "classic" | ||
|  | song_list_format = " {%a}|{%A} - %t " | ||
|  | 
 | ||
|  | now_playing_prefix = "$8" | ||
|  | now_playing_suffix = "$9" | ||
|  | 
 | ||
|  | selected_item_prefix = "$4" | ||
|  | selected_item_suffix = "$9" | ||
|  | 
 | ||
|  | #playlist_separate_albums = no | ||
|  | 
 | ||
|  | #progressbar_look = "▃▃ " | ||
|  | progressbar_look = "▄▄ " | ||
|  | progressbar_boldness = yes | ||
|  | 
 | ||
|  | header_visibility = no | ||
|  | statusbar_visibility = no | ||
|  | titles_visibility = no | ||
|  | 
 | ||
|  | ## Screens available for use: help, playlist, browser, search_engine,                                                                                           | ||
|  | ## media_library, playlist_editor, tag_editor, outputs, visualizer, clock.                                                                                      | ||
|  | startup_screen = playlist | ||
|  | 
 | ||
|  | mouse_support = no | ||
|  | external_editor = vim | ||
|  | use_console_editor = yes | ||
|  | 
 | ||
|  | ##### colors definitions ##### | ||
|  | colors_enabled = yes | ||
|  | empty_tag_color = cyan | ||
|  | header_window_color = default | ||
|  | volume_color = default | ||
|  | state_line_color = default | ||
|  | state_flags_color = default | ||
|  | main_window_color = default | ||
|  | color1 = white | ||
|  | color2 = green | ||
|  | main_window_highlight_color = white | ||
|  | progressbar_color = black | ||
|  | progressbar_elapsed_color = default | ||
|  | statusbar_color = default | ||
|  | alternative_ui_separator_color = black | ||
|  | active_column_color = red | ||
|  | visualizer_color = blue | ||
|  | window_border_color = green | ||
|  | active_window_border = red |