diff options
author | xero <x@xero.nu> | 2014-01-26 00:30:14 -0500 |
---|---|---|
committer | xero <x@xero.nu> | 2014-01-26 00:30:14 -0500 |
commit | 893f47bcee2c07959695da03934ab219c6ee09ee (patch) | |
tree | 12b7133f417458379b6448afb23996bf09be356a | |
parent | 5286551de09716a3f07d6aee52592f42842a416c (diff) | |
download | dotfiles_ascii-893f47bcee2c07959695da03934ab219c6ee09ee.tar.xz dotfiles_ascii-893f47bcee2c07959695da03934ab219c6ee09ee.zip |
update ncmpcpp theme
-rw-r--r-- | .ncmpcpp/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.ncmpcpp/config b/.ncmpcpp/config index 73eb1a6..b4ac743 100644 --- a/.ncmpcpp/config +++ b/.ncmpcpp/config @@ -27,10 +27,10 @@ visualizer_type = "spectrum" #"wave" # █▓▒░ Display Settings - song_list_format = "{$7%a $1> $6}{%t$1$R} [{%l}]" - song_status_format = "$7%a $1> $6%t $1> $2%b$1" + song_list_format = "{$7%a $1> $6}{%t$1$R$b} [{%l}]" + song_status_format = "$7%a $1$b> $6%t $1$b> $2%b$1" statusbar_color = "black" - visualizer_color = "red" + visualizer_color = "cyan" main_window_highlight_color = "red" header_visibility = "no" statusbar_visibility = "yes" |