diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/mpv/mpv.conf | 2 | ||||
| -rw-r--r-- | .config/ncmpcpp/config | 8 |
2 files changed, 6 insertions, 4 deletions
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 |
