guest@dotshare [~/groups/mpd/ncmpcpp] $ ls ncmpcpp-configuration/ | cat

ncmpcpp configuration (scrot, raw, dl)

sharpicx May 02, 2023 (mpd/ncmpcpp)

SCROT

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
mpd_host = "127.0.0.1"
mpd_port = "9900"
mpd_music_dir = "/home/via/Music"
mouse_list_scroll_whole_page = "yes"
lines_scrolled = "1"
allow_for_physical_item_deletion = yes
startup_screen = playlist
screen_switcher_mode = playlist, visualizer
startup_slave_screen = visualizer
startup_slave_screen_focus = yes
locked_screen_width_part = 60


visualizer_data_source = "/tmp/mpd.fifo"
visualizer_output_name = "my_fifo"
visualizer_sync_interval = 30
visualizer_in_stereo = "no"
visualizer_fps = 30
visualizer_color ="white"
visualizer_type = "spectrum"
# visualizer_look = "  "
visualizer_look = "▋▋"
visualizer_spectrum_smooth_look = yes

progressbar_look = "▃▃▃"
progressbar_color = "black"
progressbar_elapsed_color = "green"
statusbar_color = "5"

now_playing_prefix = "$b$8 ➥ "
now_playing_suffix = "$8$/b"

header_visibility = no
statusbar_visibility = yes
user_interface = classic
autocenter_mode = yes
empty_tag_color = "black"
main_window_color = "default"
centered_cursor = "yes"
enable_window_title = "yes"
playlist_display_mode = "classic"
song_list_format = "$8

CLICK TO VIEW

x

Notes

feel free to use