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

chinko (scrot, raw, dl) (+2 likes)

Shinryuu Mar 09, 2013 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/* mpd */
mpd_crossfade_time = "3"
mpd_music_dir = "~/music"

/* UI */
song_list_format = " {$2%a$1 - }{$8%t$1}$R{$1%l} "
song_status_format = "$2%a $1:: $4%t $1:: $3%b$1"
song_columns_list_format = "(8f)[black]{l}  (32)[red]{a} (42)[yellow]{t|f} (18)[magenta]{b}"
now_playing_prefix = ""
now_playing_suffix = "$/b"
selected_item_prefix = "$3"
selected_item_suffix = "$9"
progressbar_look = "░█ "
alternative_header_first_line_format ="{$b$2%a$9} $1::$9 {$5%t$9}"
alternative_header_second_line_format ="{$6%b$9} $1::$9 {$2(%y)$9}"

user_interface = "classic"
browser_display_mode = "columns"
header_visibility = "no"
statusbar_visibility = "yes"
titles_visibility = "no"
mouse_support = "no"
fancy_scrolling = "yes"
cyclic_scrolling = "yes"
autocenter_mode = "yes"
centered_cursor = "yes"
discard_colors_if_item_is_selected = "no"
display_remaining_time = "yes"
display_bitrate = "no"
playlist_disable_highlight_delay = "1"
playlist_display_mode = "classic"
enable_window_title = "no"
clock_display_seconds = "no"

/* colors */
colors_enabled = "yes"
statusbar_color = "black"
empty_tag_color = "yellow"
main_window_color = "black" 
main_window_highlight_color = "black"
volume_color = "black"
color1 = "white"
color2 = "blue"
progressbar_color = "black"
statusbar_color = "black"
active_column_color = "red"
window_border_color = "red"
active_window_border = "red"
header_window_color = "black"
alternative_ui_separator_color ="black"

/* visualizer */
visualizer_fifo_path = "/tmp/mpd.fifo"
visualizer_output_name = "Visualizer"
visualizer_type = "wave" (spectrum/wave)
visualizer_sync_interval = "30"
visualizer_color = "red"
visualizer_in_stereo = "yes"

CLICK TO VIEW

x

Notes

Little and colorful configuration for ncmpcpp. My previous theme was extremely horrible I had to do something about it so I changed things upside down.

** Notes **
Progressbar might look a bit different with other fonts and/or terminals. (I think)
My terminal is termite and you can get it from here, https://github.com/thestinger/termite
Grab my terminal colors from, http://dotshare.it/dots/527/

Comments

vixus said about 11 years ago

Hey, how did you manage such a solid colour with the progressbar characters – mine are quite grainy? Is it the font you’re using?

Shinryuu said about 11 years ago

It’s terminal related. I tried it with urxvt and it looks grainy but with termite it’s more solid. I don’t exactly remember the reason but there’s a high possiblity there’s a bug within something that termite uses and it forces box-drawing characters to look bold.

crshd said about 11 years ago

Must be a bug. Nicely (ab)used though, looks great.

edited about 11 years ago