aboutsummaryrefslogtreecommitdiff
path: root/.config/ncmpcpp/config##template
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-03-06 11:05:07 +0100
committerlonkaars <loek@pipeframe.xyz>2024-03-06 11:05:07 +0100
commit961c85d568a63186a70830c288029115b7e5de57 (patch)
tree146a08cc6e4b4164675f21b15ad977885cf6ac97 /.config/ncmpcpp/config##template
parent638a714138c61a05bce07af79612edc21a0c7f59 (diff)
minor update
Diffstat (limited to '.config/ncmpcpp/config##template')
-rw-r--r--.config/ncmpcpp/config##template32
1 files changed, 32 insertions, 0 deletions
diff --git a/.config/ncmpcpp/config##template b/.config/ncmpcpp/config##template
new file mode 100644
index 0000000..9f49adf
--- /dev/null
+++ b/.config/ncmpcpp/config##template
@@ -0,0 +1,32 @@
+mpd_host = "127.0.0.1"
+mpd_port = "6600"
+#mpd_host = "/mnt/e/mpd/socket"
+mpd_music_dir = "/mnt/e/mpd/music"
+mpd_connection_timeout = "5"
+mpd_crossfade_time = "1"
+
+external_editor = "{{ env.EDITOR }}"
+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"
+
+header_visibility = "no"
+statusbar_visibility = "no"
+titles_visibility = "no"
+
+state_flags_color = blue
+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}
+song_list_format = " {{%a - %t}|{%f}}{$R%l} "
+window_border_color = blue
+
+now_playing_prefix = "$b$6"
+now_playing_suffix = "$/b$9"