From 2140ab51deed88e90eafebf9520fa5f9995dc7c9 Mon Sep 17 00:00:00 2001 From: twells46 <173561638+twells46@users.noreply.github.com> Date: Wed, 31 Dec 2025 13:28:05 -0600 Subject: Migrate from stow --- dot_config/ncmpcpp/config.tmpl | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dot_config/ncmpcpp/config.tmpl (limited to 'dot_config/ncmpcpp/config.tmpl') diff --git a/dot_config/ncmpcpp/config.tmpl b/dot_config/ncmpcpp/config.tmpl new file mode 100644 index 0000000..80aeae1 --- /dev/null +++ b/dot_config/ncmpcpp/config.tmpl @@ -0,0 +1,26 @@ +# vim: filetype=conf + +ncmpcpp_directory = "~/.config/ncmpcpp" +lyrics_directory = "~/.local/share/lyrics" +mpd_music_dir = "~/media/music" +startup_screen = "media_library" + +media_library_primary_tag = album_artist + +{{- if eq .chezmoi.hostname "Aragorn" }} +# Use dark mode at home +main_window_color = black +{{- else }} +main_window_color = white +{{- end }} +current_item_prefix = $(cyan)$r + +visualizer_data_source = "/tmp/mpd.fifo" +visualizer_output_name = "my_fifo" +visualizer_in_stereo = "yes" +visualizer_type = "spectrum" +visualizer_look = "+|" + +{{ include "dot_config/ncmpcpp/formats.conf" }} +#execute_on_song_change="pkill -RTMIN+11 dwmblocks" +#execute_on_player_state_change="pkill -RTMIN+11 dwmblocks" -- cgit v1.2.3