[ncmpcpp] Add dotfile

termux
Jacopo De Simoi 7 years ago
parent ca1c403e5c
commit 5fcc3d03cf
  1. 10
      README.org
  2. 36
      config.ncmpcpp

@ -39,6 +39,14 @@ purposes
make sense on my branch ([[https://github.com/wilderjds/cava/tree/discrete-gradient][github]]) make sense on my branch ([[https://github.com/wilderjds/cava/tree/discrete-gradient][github]])
Install: Install:
#+BEGIN_SRC #+BEGIN_SRC sh
ln cava.config ~/.config/cava/ ln cava.config ~/.config/cava/
#+END_SRC #+END_SRC
* [[https://github.com/arybczak/ncmpcpp][ncmpcpp]]
Configuration file [[config.ncmpcpp]]
Please note that some config options only work on my fork ([[https://github.com/wilderjds/ncmpcpp][github]])
Install:
#+BEGIN_SRC sh
ln config.ncmpcpp ~/.config/ncmpcpp/config
#+END_SRC

@ -0,0 +1,36 @@
visualizer_fifo_path = "/tmp/mpd.fifo"
visualizer_output_name = "my_fifo"
visualizer_sync_interval = "30"
visualizer_in_stereo = "yes"
visualizer_type = "spectrum"
visualizer_look = "+"
alternative_header_first_line_format = ── {%t}|{%f} ──
alternative_header_second_line_format = {{$4%a$9}{ · $7%b$9}{ ($6%y$9)}}|{%D}
current_item_prefix = $r
current_item_suffix = $/r
now_playing_prefix = "▶ "
not_playing_prefix = " "
now_playing_suffix = ""
not_playing_suffix = ""
#titles_visibility=no
main_window_color=default
song_columns_list_format="(16)[yellow]{a} (7f)[green]{NE} (43)[white]{t|f:Title} (20)[cyan]{b} (7f)[magenta]{l}"
#header_window_color=red
playlist_display_mode=columns
user_interface="alternative"
mpd_music_dir="/scratch/Music"
progressbar_look = "─▶─"
visualizer_color= "blue, cyan, cyan, green, green, yellow, yellow, red, red, magenta, magenta"
progressbar_color = "black"
#progressbar_elapsed_color = "white"
Loading…
Cancel
Save