Mod config
This commit is contained in:
parent
7778081fb1
commit
28f913c42c
@ -94,11 +94,11 @@ visualizer_sync_interval = 30
|
|||||||
#
|
#
|
||||||
## Available values: spectrum, wave, wave_filled, ellipse.
|
## Available values: spectrum, wave, wave_filled, ellipse.
|
||||||
##
|
##
|
||||||
#visualizer_type = wave
|
visualizer_type = wave
|
||||||
#
|
#
|
||||||
#visualizer_look = ●▮
|
visualizer_look = ●▮
|
||||||
#
|
#
|
||||||
#visualizer_color = blue, cyan, green, yellow, magenta, red
|
visualizer_color = blue, cyan, green, yellow, magenta, red
|
||||||
#
|
#
|
||||||
## Alternative subset of 256 colors for terminals that support it.
|
## Alternative subset of 256 colors for terminals that support it.
|
||||||
##
|
##
|
||||||
@ -292,7 +292,7 @@ song_columns_list_format = (4)[]{: } (20)[]{a:Artiste} (6f)[white]{nE:Piste} (50
|
|||||||
## Note: Custom command that will be executed each
|
## Note: Custom command that will be executed each
|
||||||
## time song changes. Useful for notifications etc.
|
## time song changes. Useful for notifications etc.
|
||||||
##
|
##
|
||||||
#execute_on_song_change = ""
|
execute_on_song_change = "~/.ncmpcpp/art.sh"
|
||||||
#
|
#
|
||||||
#playlist_show_mpd_host = no
|
#playlist_show_mpd_host = no
|
||||||
#
|
#
|
||||||
@ -366,9 +366,9 @@ browser_display_mode = classic
|
|||||||
#
|
#
|
||||||
#lines_scrolled = 2
|
#lines_scrolled = 2
|
||||||
#
|
#
|
||||||
#follow_now_playing_lyrics = no
|
follow_now_playing_lyrics = yes
|
||||||
#
|
#
|
||||||
fetch_lyrics_for_current_song_in_background = no
|
fetch_lyrics_for_current_song_in_background = yes
|
||||||
#
|
#
|
||||||
store_lyrics_in_song_dir = yes
|
store_lyrics_in_song_dir = yes
|
||||||
#
|
#
|
||||||
@ -538,4 +538,3 @@ progressbar_elapsed_color = red
|
|||||||
#
|
#
|
||||||
#active_window_border = red
|
#active_window_border = red
|
||||||
#
|
#
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user