diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-11-27 21:50:52 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-11-27 21:50:52 +0100 |
commit | 67ccc0e15e3ffca70e290b4b9cb1d799d2931b62 (patch) | |
tree | 1d1cc9e9cf918f76ee035fb1cb9c6f0e81c42858 /ncmpcpp/config | |
parent | 537c1155cf5d882433ec2a05f4ad434c3ca51ee3 (diff) | |
download | dotfiles-67ccc0e15e3ffca70e290b4b9cb1d799d2931b62.tar.gz dotfiles-67ccc0e15e3ffca70e290b4b9cb1d799d2931b62.tar.bz2 dotfiles-67ccc0e15e3ffca70e290b4b9cb1d799d2931b62.zip |
ncmpcpp config added
Diffstat (limited to 'ncmpcpp/config')
-rw-r--r-- | ncmpcpp/config | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/ncmpcpp/config b/ncmpcpp/config new file mode 100644 index 0000000..1f3e315 --- /dev/null +++ b/ncmpcpp/config @@ -0,0 +1,31 @@ +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" + + |