blob: e143cc8a5e59beec5b5d0aa1bb77aa026538641c (
plain)
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
[mpd]
ncmpcpp_directory = ~/.config/ncmpcpp
lyrics_directory = ~/.config/ncmpcpp/lyrics
mpd_host = localhost
mpd_port = 6600
mpd_music_dir = /home/monoblanco/stf/music
mpd_crossfade_time = "10"
system_encoding = "utf8"
visualizer_look = " "
startup_screen = visualizer
startup_slave_screen = playlist
startup_slave_screen_focus = yes
locked_screen_width_part = 30
[playlist]
playlist_display_mode = "classic" (classic/columns)
song_list_format = {{%a - %t}|{%f}}{$R%l}
song_columns_list_format = "$L (30)[]{t} (30)[]{a} (5)[]{l} "
playlist_show_remaining_time = "no"
playlist_shorten_total_times = no
playlist_show_mpd_host = no
header_visibility = no
[statusbar]
progressbar_look = "─░─"
progressbar_color = yellow:b
statusbar_visibility = no
statusbar_color = default
song_status_format = {{%a{ "%b"{ (%y)}} - }{%t}}|{%f}
[library]
#song_library_format = {%n - }{%t}|{%f}
song_library_format = "{{%a - %t}|{%f}}{$R%l}"
empty_tag_color = cyan
alternative_header_first_line_format = $b$7$aqqu$/a$9 {%t}|{%f} $7$atqq$/a$9$/b
alternative_header_second_line_format = {{$7$b%a$/b$9}{ - $5%b$9}{ ($4%y$9)}}|{%D}
current_item_inactive_column_prefix = $(white)$r
current_item_inactive_column_suffix = $/r$(end)
browser_playlist_prefix = "$2playlist$9 "
selected_item_prefix = $1
selected_item_suffix = $1
modified_item_prefix = $3> $9
now_playing_prefix = "$b$2$7 "
now_playing_suffix = " $/b$8"
current_item_prefix = "$b$7$/b$3 "
current_item_suffix = " $8"
[global]
colors_enabled = yes
main_window_color = cyan
header_window_color = default
volume_color = default
state_line_color = default
state_flags_color = default:b
color1 = white
color2 = white
progressbar_elapsed_color = yellow
statusbar_time_color = default:b
player_state_color = cyan
alternative_ui_separator_color = black
window_border_color = cyan
active_window_border = red
execute_on_song_change="~/.config/ncmpcpp/ncmpcpp-ueberzug/ncmpcpp_cover_art.sh"
display_volume_level = "yes"
user_interface = "classic" (classic/alternative)
cyclic_scrolling = "yes"
mouse_support = "yes"
mouse_list_scroll_whole_page = "yes"
lines_scrolled = "1"
message_delay_time = "1"
titles_visibility = no
|