This repository has been archived on 2021-04-06. You can view files and clone it, but cannot push or open issues/pull-requests.
dotfiles/home/.config/ncmpcpp/config

24 lines
748 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Visualizer
visualizer_fifo_path = ~/.mpd/fifo
visualizer_in_stereo = yes
visualizer_look = +|
visualizer_output_name = fifo
visualizer_sync_interval = 15
visualizer_type = spectrum
# Song list formatting
song_columns_list_format = (6f)[green]{NE} (45)[white]{t|f:Title} (20)[]{a} (25)[cyan]{b} (5f)[blue]{P} (7f)[magenta]{l}
# Display lists in column mode by default
browser_display_mode = columns
search_engine_display_mode = columns
# Faster seeking
seek_time = 5
# More modern UI
user_interface = alternative
# Desktop notification on song change
execute_on_song_change = notify-send -t 5000 -i "$(dirname $HOME/Music/"$(mpc --format %file% current)")/cover."* "Now Playing" -- "$(mpc --format '%title% \n%artist% %album%' current)"