From 55bce586282a6c25b2d81a9ac816c3b8e6d1c58e Mon Sep 17 00:00:00 2001 From: krolyxon Date: Tue, 3 Oct 2023 21:45:30 +0530 Subject: ncmpcpp progress bar --- .config/ncmpcpp/config | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.config/ncmpcpp') diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config index 8547479..61d20c6 100644 --- a/.config/ncmpcpp/config +++ b/.config/ncmpcpp/config @@ -12,7 +12,6 @@ current_item_inactive_column_prefix = $(magenta)$r current_item_inactive_column_suffix = $/r$(end) playlist_display_mode = columns browser_display_mode = columns -progressbar_look = -> media_library_primary_tag = album_artist media_library_albums_split_by_date = no startup_screen = "media_library" @@ -22,12 +21,15 @@ ignore_leading_the = yes external_editor = nvim use_console_editor = yes +## Progress bar ## +progressbar_look = "▂▂▂" +progressbar_color = black:b +progressbar_elapsed_color = blue:b + ## Colors ## colors_enabled = "yes" empty_tag_color = magenta main_window_color = white -progressbar_color = black:b -progressbar_elapsed_color = blue:b statusbar_color = red volume_color = "green" statusbar_time_color = cyan:b -- cgit v1.2.3