summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfrosty <passedgoandgot200@disroot.org>2025-07-04 07:04:32 -0400
committerfrosty <passedgoandgot200@disroot.org>2025-07-04 07:04:32 -0400
commit8ef3d5106407f52dbdfca05969eff92d2c3af932 (patch)
treeca5d1f61de4d0e552a1b62cc39e2170045cde440
parenta208f61c7ade1f6ced893254d1aff93f8448c697 (diff)
downloaddotfiles-8ef3d5106407f52dbdfca05969eff92d2c3af932.tar.gz
dotfiles-8ef3d5106407f52dbdfca05969eff92d2c3af932.zip
add ncmpcpp
-rw-r--r--.config/ncmpcpp/.gitignore1
-rw-r--r--.config/ncmpcpp/bindings20
-rw-r--r--.config/ncmpcpp/config26
3 files changed, 47 insertions, 0 deletions
diff --git a/.config/ncmpcpp/.gitignore b/.config/ncmpcpp/.gitignore
new file mode 100644
index 0000000..bdf6ba9
--- /dev/null
+++ b/.config/ncmpcpp/.gitignore
@@ -0,0 +1 @@
+error.log
diff --git a/.config/ncmpcpp/bindings b/.config/ncmpcpp/bindings
new file mode 100644
index 0000000..43b80a3
--- /dev/null
+++ b/.config/ncmpcpp/bindings
@@ -0,0 +1,20 @@
+def_key "j"
+ scroll_down
+
+def_key "k"
+ scroll_up
+
+def_key "h"
+ previous_column
+
+def_key "l"
+ next_column
+
+def_key "ctrl-d"
+ page_down
+
+def_key "ctrl-u"
+ page_up
+
+def_key "L"
+ show_lyrics
diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config
new file mode 100644
index 0000000..36fd6da
--- /dev/null
+++ b/.config/ncmpcpp/config
@@ -0,0 +1,26 @@
+## Columns list ##
+playlist_editor_display_mode = "columns"
+search_engine_display_mode = "columns"
+browser_display_mode = "columns"
+playlist_display_mode = "columns"
+song_columns_list_format = "(35)[green]{t} (30)[magenta]{a} (30)[yellow]{b} (6f)[blue]{lr}"
+
+## Alternative interface ##
+user_interface = "alternative"
+alternative_header_first_line_format = "$0{$6%a$9 - }{$3%t$9}|{$3%f$9} $0"
+alternative_header_second_line_format = "{{$4%b$9}{ [$8%y$9]}}|{$4%D$9}"
+
+## Progress bar ##
+progressbar_look = "━━┉"
+progressbar_color = "white"
+progressbar_elapsed_color = "blue"
+
+## Disabling UI ##
+header_visibility = "no"
+titles_visibility = "no"
+connected_message_on_startup = "no"
+
+## Etc. ##
+media_library_primary_tag = "album_artist"
+screen_switcher_mode = "playlist, media_library"
+lyrics_directory = ""