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

Quarter (scrot, raw, dl) (+6 likes)

obliviousgmn Oct 11, 2011 (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
59
60
61
# ObliivousGmn, May 2015
# https://github.com/ObliviousGmn
# Ncmpcpp Config 

# MPD Settings .. 
mpd_crossfade_time = "3"
mpd_music_dir = "~/Media/Music"

# Display ..
song_list_format = " {$3%a $1• $8}{%t} "
song_status_format = " $3%a $1• $8%t $1• $2%b$1 "
playlist_display_mode = "classic" (classic/columns)

# Now Playing ..
now_playing_prefix = "$3>>"
now_playing_suffix = "$8$/b"

# Playlist ..
browser_playlist_prefix = "$2 ♥ $0 "

# Delays .. 
playlist_disable_highlight_delay = "1"
message_delay_time= "1"

# Progress Bar ..
progressbar_look = "---"
progressbar_boldness = "no"
progressbar_color = "black"
progressbar_elapsed_color = "black"

# Colors ..
colors_enabled = "yes"
empty_tag_color = "red"
statusbar_color = "black"
state_line_color = "black"
state_flags_color = "green"
main_window_color = "green" 
header_window_color = "black"
main_window_highlight_color = "blue"

# Misc ..   
display_bitrate = "yes"
autocenter_mode = "yes"
centered_cursor = "yes"
titles_visibility = "no"
statusbar_visibility = "yes"
empty_tag_marker=" -- ‼ -- " 
mouse_support = "no"
header_visibility = "no"
display_remaining_time = "no"
ask_before_clearing_playlists = "no"
discard_colors_if_item_is_selected = "yes"

# Visualizer ..
visualizer_in_stereo = "yes"
visualizer_sync_interval = "30"
visualizer_output_name = "Pipe"
visualizer_fifo_path = "/tmp/mpd.fifo"
visualizer_type = "wave" (spectrum/wave)
visualizer_color = "green"
visualizer_look = "∙▋"

CLICK TO VIEW

x

Notes

Pretty basic, Clean, Right to the point.
Colors: http://dotshare.it/dots/258
Font: Lime

Comments

spo11 said about 12 years ago

Nice and minimal. I like it :).