summaryrefslogtreecommitdiff
path: root/.config/ncmpcpp/config
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2024-07-23 23:55:29 +0200
committeryuzu-eva <stevenhu@web.de>2024-07-23 23:55:29 +0200
commit5f8fbadccac42c900dec2050e6716fbfb556b12d (patch)
tree5ab45fd92fc2f914829029510ccdbed721db0df3 /.config/ncmpcpp/config
parent4a887c6653a1db7b660c0fa99f9371c53830fce2 (diff)
updated wireplumber config for new version
Diffstat (limited to '.config/ncmpcpp/config')
-rw-r--r--.config/ncmpcpp/config41
1 files changed, 41 insertions, 0 deletions
diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config
new file mode 100644
index 0000000..11e5c71
--- /dev/null
+++ b/.config/ncmpcpp/config
@@ -0,0 +1,41 @@
+# Files
+ncmpcpp_directory = ~/.config/ncmpcpp
+lyrics_directory = ~/.config/mpd/lyrics
+
+mpd_host = localhost
+mpd_port = 6600
+mpd_music_dir = /media/hdd/music
+mpd_connection_timeout = 5
+
+# Playlist
+playlist_disable_highlight_delay = 0
+playlist_display_mode = classic
+playlist_show_remaining_time = yes
+
+browser_display_mode = columns
+autocenter_mode = yes
+follow_now_playing_lyrics = yes
+lyrics_fetchers = azlyrics, musixmatch, justsomelyrics, genius, internet
+
+# UI and colors
+external_editor = vim
+colors_enabled = yes
+current_item_prefix = $(blue)$r
+current_item_suffix = $/r$(end)
+current_item_inactive_column_prefix = $(cyan)$r
+current_item_inactive_column_suffix = $/r$(end)
+header_window_color = cyan
+main_window_color = white
+active_window_border = blue
+song_columns_list_format = (5)[blue]{l} (35)[green]{t|f:Title} (30)[magenta]{aE} (30)[yellow]{bE}
+song_list_format = {$3%n | $9}{$7%a - $9}{$5%t$9}|{$8%f$9}$R{$6 | %b$9}{$3 | %l$9}
+volume_color = red
+progressbar_color = cyan
+progressbar_elapsed_color = white
+statusbar_color = white
+user_interface = classic
+selected_item_prefix = *
+now_playing_prefix = "> "
+centered_cursor = yes
+display_bitrate = yes
+enable_window_title = yes