diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-04-19 05:19:11 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-04-19 05:19:11 +0300 |
commit | 4fe087c59d20988192485d11990d48ba6c73aa0c (patch) | |
tree | 701395c0eab731c7cf2fa710d13fb2dcdd114311 /dotfiles/.config/ncmpcpp/config | |
parent | 39459266c718b4cd696c60103029a1ae4bc051f0 (diff) | |
download | swayrice-4fe087c59d20988192485d11990d48ba6c73aa0c.tar.gz swayrice-4fe087c59d20988192485d11990d48ba6c73aa0c.zip |
Color palette update
Diffstat (limited to 'dotfiles/.config/ncmpcpp/config')
-rw-r--r-- | dotfiles/.config/ncmpcpp/config | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/dotfiles/.config/ncmpcpp/config b/dotfiles/.config/ncmpcpp/config index b54e176..6c30992 100644 --- a/dotfiles/.config/ncmpcpp/config +++ b/dotfiles/.config/ncmpcpp/config @@ -5,19 +5,18 @@ ncmpcpp_directory = ~/.config/ncmpcpp -## Directory for storing downloaded lyrics. It defaults to ~/.lyrics since other -## MPD clients (eg. ncmpc) also use that location. +## Directory for storing downloaded lyrics. lyrics_directory = ~/.local/share/lyrics lyrics_fetchers = musixmatch, plyrics, jahlyrics, internet # Interfaz: user_interface = "alternative" -alternative_header_first_line_format = "$(white)─┤ $b$(red)%a$(end)$/b ├─$(end)" -alternative_header_second_line_format = "$(16)%t (%y)$(end)" -alternative_ui_separator_color = "cyan" +alternative_header_first_line_format = "$(white)─┤ $b$(cyan)%a$(end)$/b ├─$(end)" +alternative_header_second_line_format = "$(16)$(blue)%t (%y)$(end)" +alternative_ui_separator_color = "default" # Formato de canción: -song_columns_list_format = "$L (10)[white]{n} $1│$7 (20)[cyan]{a} $1│$7 (20)[white]{b} $1│$7 (38)[cyan]{t} $1│$7 (2)[white]{l}" +song_columns_list_format = "$L (10)[white]{n} $1│$7 (20)[cyan]{a} $1│$7 (20)[blue]{b} $1│$7 (38)[blue]{t} $1│$7 (2)[white]{l}" now_playing_prefix = "$b" centered_cursor = "no" cyclic_scrolling = "yes" @@ -42,9 +41,9 @@ visualizer_look = "▋▋" # Color: color1 = "white" -color2 = "red" +color2 = "cyan" discard_colors_if_item_is_selected = "yes" -main_window_color = "white" +main_window_color = "default" header_window_color = "4" progressbar_color = "blue" statusbar_color = "red" |