From 8daf85f8c39fe01b21848587709e2a4ea2adcf68 Mon Sep 17 00:00:00 2001 From: winston Date: Tue, 8 Nov 2022 08:29:45 +0100 Subject: [PATCH] chore(ncmpcpp): tweaks --- dot_config/ncmpcpp/bindings | 14 +++++++++++--- dot_config/ncmpcpp/config | 8 ++++++-- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/dot_config/ncmpcpp/bindings b/dot_config/ncmpcpp/bindings index e15904d..782bc91 100644 --- a/dot_config/ncmpcpp/bindings +++ b/dot_config/ncmpcpp/bindings @@ -23,7 +23,15 @@ def_key "n" def_key "N" previous_found_item +def_key "-" + volume_down +def_key "=" + volume_up + +def_key "d" + delete_playlist_items + +def_key "ctrl-h" + master_screen def_key "ctrl-l" - toggle_lyrics_fetcher -def_key "L" - show_lyrics + slave_screen diff --git a/dot_config/ncmpcpp/config b/dot_config/ncmpcpp/config index b876b72..482dc57 100644 --- a/dot_config/ncmpcpp/config +++ b/dot_config/ncmpcpp/config @@ -8,13 +8,15 @@ enable_window_title = no external_editor = nvim use_console_editor = yes -execute_on_song_change = ~/.config/mpd/notify.sh +execute_on_song_change = ~/.config/ncmpcpp/notify.sh + +startup_slave_screen = visualizer visualizer_data_source = "/tmp/mpd.fifo" visualizer_output_name = "my_fifo" visualizer_in_stereo = "yes" visualizer_type = "spectrum" -visualizer_look = "+█" +visualizer_look = "+|" # looks user_interface = alternative @@ -26,3 +28,5 @@ autocenter_mode = yes progressbar_look = ═▶ progressbar_color = black:b progressbar_elapsed_color = magenta:b + +song_status_format = {{%b by %a - }{%t}}|{%f}