aboutsummaryrefslogtreecommitdiff
path: root/.config/ncmpcpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-05-29 22:05:09 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-05-29 22:05:09 +0200
commit59205d85fb63405ca37d103694c1dbaba009c90d (patch)
tree3bfceeee3c1171c58b0559853d83aa3e8b413ba9 /.config/ncmpcpp
parentb6130755e4806bfcd98109f6cc80d4e3723b4745 (diff)
update ncmpcpp + polybar configs
Diffstat (limited to '.config/ncmpcpp')
-rw-r--r--.config/ncmpcpp/config##template33
1 files changed, 18 insertions, 15 deletions
diff --git a/.config/ncmpcpp/config##template b/.config/ncmpcpp/config##template
index 9f49adf..12392ab 100644
--- a/.config/ncmpcpp/config##template
+++ b/.config/ncmpcpp/config##template
@@ -10,23 +10,26 @@ ncmpcpp_directory = "{{ env.XDG_CONFIG_HOME }}/ncmpcpp"
lyrics_directory = "{{ env.XDG_CACHE_HOME }}/lyrics"
progressbar_look = "-> "
-progressbar_elapsed_color = "cyan"
-progressbar_color = "black"
-playlist_display_mode = "classic"
-autocenter_mode = "yes"
-centered_cursor = "yes"
-user_interface = "alternative"
+progressbar_elapsed_color = black:b
+progressbar_color = black
+playlist_display_mode = classic
+autocenter_mode = yes
+centered_cursor = yes
+user_interface = alternative
-header_visibility = "no"
-statusbar_visibility = "no"
-titles_visibility = "no"
+header_visibility = no
+statusbar_visibility = no
+titles_visibility = no
-state_flags_color = blue
+state_flags_color = black:b
main_window_color = white
-current_item_prefix = $(magenta)$r
-song_columns_list_format = (20)[]{a} (6f)[blue]{NE} (50)[white]{t|f:Title} (20)[blue]{} (7f)[magenta]{l}
+current_item_prefix = "$r"
+song_columns_list_format = "(20)[]{a} (6f)[blue]{NE} (50)[default]{t|f:Title} (20)[blue]{} (7f)[magenta]{l}"
song_list_format = " {{%a - %t}|{%f}}{$R%l} "
-window_border_color = blue
+window_border_color = default
-now_playing_prefix = "$b$6"
-now_playing_suffix = "$/b$9"
+alternative_header_first_line_format = "{{%a $8-$0 $b%t$/b}|{%f}}"
+alternative_header_second_line_format = "$8{{%b}{ (%y)}}|{%D}"
+
+now_playing_prefix = "$b$0"
+now_playing_suffix = "$/b"