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

i dunno (scrot)

fikriomar16 Jun 14, 2017 (mpd/ncmpcpp)

ncmpcpp_config(raw, dl)

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
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
77
78
% egrep -v '^#' .ncmpcpp/config
mpd_music_dir = "/home/user/Music"

mpd_host = "127.0.0.1"
mpd_port = "6601"
mouse_list_scroll_whole_page = "yes"
lines_scrolled = "1"

visualizer_in_stereo = "no"
visualizer_fifo_path = "/tmp/mpd.fifo"
visualizer_output_name = "my_fifo"
visualizer_sync_interval = "30"
visualizer_type = "wave_filled"

#visualizer_look = "▉▋"
#visualizer_look = "▋▋"
#visualizer_look = "◆▋"
#visualizer_look = "◈░"
#visualizer_look = "││"
#visualizer_look = "▀▋"
#visualizer_look = "▀○"
visualizer_look = "█▋"
#visualizer_look = "██"

message_delay_time = "3"
playlist_shorten_total_times = "yes"
playlist_display_mode = "classic"
browser_display_mode = "columns"
search_engine_display_mode = "columns"
playlist_editor_display_mode = "columns"
autocenter_mode = "yes"
centered_cursor = "yes"
user_interface = "classic"
follow_now_playing_lyrics = "yes"
locked_screen_width_part = "60"
display_bitrate = "no"
external_editor = "nano"

main_window_highlight_color = "white"

progressbar_elapsed_color = "white"
progressbar_color = "black"

#progressbar_look = "▀▀▀"
progressbar_look = "▃▃▃"
#progressbar_look = "▉▉▉"
#progressbar_look = "─⊙ "

mouse_support = "yes"
header_visibility = "no"
statusbar_visibility = "no"

statusbar_color = "white"
#visualizer_color = blue, cyan, green, yellow, magenta, red, white
visualizer_color = white
#visualizer_color = blue, cyan, green, yellow, magenta, red, white,  red, magenta, yellow, green, cyan, blue

titles_visibility = "no"
enable_window_title = "yes"

#now_playing_prefix = "$b$8»$2»$4»$3» "
#now_playing_prefix = "$b$2⟩$3⟩"
now_playing_prefix = "$b"
#now_playing_prefix = "$b$7▶▷"
now_playing_suffix = "$8$/b"

song_columns_list_format = "(6)[]{} (23)[red]{a} (26)[yellow]{t|f} (40)[green]{b} (4)[blue]{l}"
#song_columns_list_format = "(6)[]{} (23)[red]{a} (26)[white]{t|f} (40)[blue]{b} (4)[red]{l}"

color1 = "white"
color2 = "black"

song_list_format = " $7%l │ $8%t $R$7│ $R$3%a "
#song_list_format = "$7%l │ $2%a $7│ $8%t $R$7│ $5%b "
#song_list_format = " $8[%t] $R$7%l "
#song_list_format = " $8[%t] $7 »» $2[%a]$2 $R$7%l "
#song_status_format = " $2%a $4⟫$3⟫ $8%t $4⟫$3⟫ $5%b "
song_status_format = "$b$7♫ $2%a $4⟫$3⟫ $8%t $4⟫$3⟫ $5%b "

CLICK TO VIEW

x

Color_Scheme(raw, dl)

 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
! special
*.foreground:   #ecedee
*.background:   #000000

! black
*color0: #292929
*color8: #5A5A5A

! red
*color1: #494949
*color9: #7A7A7A

! green
*color2: #696969
*color10: #9A9A9A

! yellow
*color3: #B3B3B3
*color11: #C2C2C2

! blue
*color4: #898989
*color12: #A3A3A3

! purple
*color5: #595959
*color13: #737373

! cyan
*color6: #969696
*color14: #ADADAD

! white
*color7: #D7D7D7
*color15: #EEEEEC
 

x