From 394931d08536f04418174ed10012c75eb9e3c1ed Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 1 Nov 2020 04:16:36 +0300 Subject: small ncmpcpp changes --- .config/ncmpcpp/config | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to '.config/ncmpcpp/config') diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config index 5e9cf38..b55c758 100644 --- a/.config/ncmpcpp/config +++ b/.config/ncmpcpp/config @@ -11,14 +11,14 @@ ## ncmpcpp. ## # -#ncmpcpp_directory = ~/.ncmpcpp +ncmpcpp_directory = ~/.config/ncmpcpp # ## ## Directory for storing downloaded lyrics. It defaults to ~/.lyrics since other ## MPD clients (eg. ncmpc) also use that location. ## # -#lyrics_directory = ~/.lyrics +lyrics_directory = ~/.local/share/lyrics # ##### connection settings ##### # @@ -30,7 +30,7 @@ # ## Needed for tag editor and file operations to work. ## -mpd_music_dir = ~/Music +mpd_music_dir = ~/music # #mpd_crossfade_time = 5 # @@ -80,7 +80,7 @@ mpd_music_dir = ~/Music # ## Available values: spectrum, wave, wave_filled, ellipse. ## -#visualizer_type = wave +visualizer_type = spectrum # #visualizer_look = ●▮ # @@ -113,7 +113,7 @@ mpd_music_dir = ~/Music # ## Defines how long messages are supposed to be visible. ## -#message_delay_time = 5 +message_delay_time = 1 # ##### song format ##### ## @@ -182,7 +182,7 @@ mpd_music_dir = ~/Music ## Note: colors can be nested. ## # -#song_list_format = {%a - }{%t}|{$8%f$9}$R{$3(%l)$9} +song_list_format = {%a - }{%t}|{$8%f$9}$R{$3(%l)$9} # #song_status_format = {{%a{ "%b"{ (%y)}} - }{%t}}|{%f} # @@ -293,7 +293,7 @@ execute_on_song_change = notify-send "$(mpc current)" --app-name="ncmpcpp" --ico ## #playlist_display_mode = columns # -#browser_display_mode = classic +browser_display_mode = columns # #search_engine_display_mode = classic # @@ -317,7 +317,7 @@ execute_on_song_change = notify-send "$(mpc current)" --app-name="ncmpcpp" --ico ## Note: You can specify third character which will be used to build 'empty' ## part of progressbar. ## -#progressbar_look = => +progressbar_look = -> # ## Available values: database, playlist. ## @@ -333,7 +333,7 @@ user_interface = alternative ## #media_library_primary_tag = artist # -#media_library_albums_split_by_date = yes +media_library_albums_split_by_date = no # ## Available values: wrapped, normal. ## @@ -431,7 +431,7 @@ user_interface = alternative ## Note: if below is enabled, ncmpcpp will ignore leading "The" word while ## sorting items in browser, tags in media library, etc. ## -#ignore_leading_the = no +ignore_leading_the = yes # ## ## Note: if below is enabled, ncmpcpp will ignore diacritics while searching and @@ -472,7 +472,7 @@ user_interface = alternative # #search_engine_default_search_mode = 1 # -#external_editor = nano +external_editor = nvim # ## Note: set to yes if external editor is a console application. ## -- cgit v1.2.3-70-g09d2