From: Andre Ramnitz Date: Wed, 13 Dec 2023 15:49:15 +0000 (+0100) Subject: ncmpcpp: add config X-Git-Tag: v0.2~337 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=c2e3f8e31af0a8a48ac51365e3c9604a56d15ba8;p=dotfiles.git ncmpcpp: add config --- diff --git a/ncmpcpp/bindings b/ncmpcpp/bindings new file mode 100644 index 00000000..20e26f89 --- /dev/null +++ b/ncmpcpp/bindings @@ -0,0 +1,32 @@ +def_key "j" + scroll_down +def_key "k" + scroll_up +def_key "J" + move_sort_order_down +def_key "K" + move_sort_order_up +def_key "h" + previous_column +def_key "l" + next_column +def_key "ctrl-b" + page_up +def_key "ctrl-u" + page_up +def_key "ctrl-f" + page_down +def_key "ctrl-d" + page_down +def_key "g" + move_home +def_key "G" + move_end +def_key "n" + next_found_item +def_key "N" + previous_found_item +def_key "9" + show_lyrics +def_key "0" + show_clock diff --git a/ncmpcpp/config b/ncmpcpp/config new file mode 100644 index 00000000..d1deba7a --- /dev/null +++ b/ncmpcpp/config @@ -0,0 +1,20 @@ +visualizer_output_name = mpdFIFO +visualizer_fps = 60 +visualizer_in_stereo = yes +visualizer_spectrum_hz_min = 28 +visualizer_spectrum_hz_max = 18000 +visualizer_spectrum_smooth_look = yes +visualizer_spectrum_gain = 1.5 + +volume_change_step = 5 +user_interface = alternative +#progressbar_look = ⤼⤻ +store_lyrics_in_song_dir = no +generate_win32_compatible_filenames = yes +follow_now_playing_lyrics = yes +display_bitrate = yes +display_remaining_time = yes +use_console_editor = yes + +execute_on_song_change = $HOME/.local/bin/songinfo + diff --git a/ncmpcpp/previews/Tm9sYQo=.png b/ncmpcpp/previews/Tm9sYQo=.png new file mode 100644 index 00000000..94834085 Binary files /dev/null and b/ncmpcpp/previews/Tm9sYQo=.png differ diff --git a/ncmpcpp/previews/default_cover.png b/ncmpcpp/previews/default_cover.png new file mode 100644 index 00000000..0574323a Binary files /dev/null and b/ncmpcpp/previews/default_cover.png differ