diff options
| author | twells46 <173561638+twells46@users.noreply.github.com> | 2025-12-31 13:28:05 -0600 |
|---|---|---|
| committer | twells46 <173561638+twells46@users.noreply.github.com> | 2025-12-31 13:28:05 -0600 |
| commit | 2140ab51deed88e90eafebf9520fa5f9995dc7c9 (patch) | |
| tree | 03cf1dcd2900495c1efb79aaa85f3254ecd5fb87 /dot_config/ncmpcpp/config.tmpl | |
| parent | ff8f50638e4b17a9d7cc88d2f0d9560b7effce39 (diff) | |
Migrate from stow
Diffstat (limited to 'dot_config/ncmpcpp/config.tmpl')
| -rw-r--r-- | dot_config/ncmpcpp/config.tmpl | 26 |
1 files changed, 26 insertions, 0 deletions
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" |