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/mpv/mpv.conf | 2 +- .config/ncmpcpp/config | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to '.config') diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 67034a3..51d9cfa 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -29,7 +29,7 @@ volume=100 volume-max=200 # SCREENSHOT -screenshot-format=png +screenshot-format=png screenshot-directory="~/pix/ss/mpv" # Output directory screenshot-template="%f-%wH.%wM.%wS.%wT-#%#00n" 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