From 6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Tue, 18 Aug 2015 02:38:33 +0200 Subject: Organise everything systematically. --- ncmpcpp/config | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 ncmpcpp/config (limited to 'ncmpcpp/config') diff --git a/ncmpcpp/config b/ncmpcpp/config deleted file mode 100644 index 80b8f70..0000000 --- a/ncmpcpp/config +++ /dev/null @@ -1,32 +0,0 @@ -mpd_host = "127.0.0.1" # needed because localhost doesn't work for some reason -mpd_connection_timeout = 30 -colors_enabled = "yes" -song_status_format = "$0{$8%t$9} on {$5%b$9} by {$3%a}" -song_columns_list_format = "(30)[green]{a} (40)[]{t|f} (30)[blue]{b}" -now_playing_prefix = "$b$8> $/b$9" -now_playing_suffix = "" -progressbar_look = "─ " -progressbar_boldness = "no" - -user_interface = "classic" -playlist_display_mode = "columns" -#media_library_disable_two_column_mode = "yes" -header_visibility = "no" -statusbar_visibility = "yes" -titles_visibility = "no" -playlist_disable_highlight_delay = "1" -message_delay_time = "1" -autocenter_mode = "yes" -centered_cursor = "yes" -mouse_support = "yes" -discard_colors_if_item_is_selected = "yes" -#fancy_scrolling = "yes" -ignore_leading_the = "yes" - -main_window_color = "default" -main_window_highlight_color = "default" -progressbar_color = "red" -active_column_color = "yellow" -enable_window_title = "yes" - - -- cgit v1.2.3-54-g00ecf