diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-10-30 19:01:51 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-10-30 19:01:51 +0100 |
| commit | 8350aa04f51882f11bd40a51eacd4a0c47bafc02 (patch) | |
| tree | 69e94b2e26ca370108c476eade15150c34b307d1 /config/ncmpcpp | |
| parent | 1cb7eb48c4e81626d3df6736fd0e2a866674def5 (diff) | |
| parent | 2b09251962f4b80eeee1c6e11bde8d29536915e6 (diff) | |
Merge branch 'main' of git.sr.ht:~rbdr/dotfiles
Diffstat (limited to 'config/ncmpcpp')
| -rw-r--r-- | config/ncmpcpp/config | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/config/ncmpcpp/config b/config/ncmpcpp/config index f9627a8..4001d04 100644 --- a/config/ncmpcpp/config +++ b/config/ncmpcpp/config @@ -1,4 +1,6 @@ -mpd_music_dir "~/.config/mpd/music" +mpd_host = music.bdr.place +mpd_port = 6600 +mpd_music_dir "/mnt/hogganfield/archive/music/Music" visualizer_output_name = Visualizer feed visualizer_data_source = /tmp/mpd.fifo @@ -18,18 +20,24 @@ state_flags_color = blue_white:b window_border_color = green main_window_color = blue -progressbar_elapsed_color = white_blue:b -progressbar_color = white_blue:b +progressbar_elapsed_color = blue_0:b +progressbar_color = blue_0:b statusbar_color = white_green player_state_color = white_green:b -statusbar_time_color = green_white +statusbar_time_color = black_white # Progress Bar progressbar_look = █◗ # Playlist -song_columns_list_format = (20)[blue]{a} (50)[white]{t|f:Title} (20)[cyan]{b} (7f)[magenta]{l} +song_columns_list_format = (20)[blue]{a} (50)[black]{t|f:Title} (20)[cyan]{b} (7f)[magenta]{l} # Library -song_library_format = $(black){%n}$(white) {%t}|{%f} +song_library_format = $(blue){%n}$(black) {%t}|{%f} + +# Selected Formatting +current_item_prefix = $(black_yellow) +current_item_suffix = $0 +current_item_inactive_column_prefix = $(white_cyan) +current_item_inactive_column_suffix = $0 |