Update README
This commit is contained in:
parent
f7e4d8d3d3
commit
a53d24861f
27
README.adoc
27
README.adoc
|
@ -11,9 +11,9 @@ names, and should be pronounced as "nincompoop".
|
||||||
|
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
Currently it's still under development but it's already useful enough for me
|
Most things are there. Enough for me to use it exclusively. Note that since I
|
||||||
to use it exclusively. Note that since I only use the filesystem browsing mode,
|
only use the filesystem browsing mode, that's also the only thing I care to
|
||||||
that's also the only thing I care to implement for the time being.
|
implement for the time being.
|
||||||
|
|
||||||
image::nncmpp.png[align="center"]
|
image::nncmpp.png[align="center"]
|
||||||
|
|
||||||
|
@ -59,16 +59,17 @@ settings = {
|
||||||
root = "~/Music"
|
root = "~/Music"
|
||||||
}
|
}
|
||||||
colors = {
|
colors = {
|
||||||
normal = ""
|
normal = ""
|
||||||
highlight = "bold"
|
highlight = "bold"
|
||||||
elapsed = "reverse"
|
elapsed = "reverse"
|
||||||
remains = "ul"
|
remains = "ul"
|
||||||
tab_bar = "reverse"
|
tab_bar = "reverse"
|
||||||
tab_active = "ul"
|
tab_active = "ul"
|
||||||
even = ""
|
even = ""
|
||||||
odd = ""
|
odd = ""
|
||||||
selection = "reverse"
|
selection = "reverse"
|
||||||
scrollbar = ""
|
multiselect = "-1 6"
|
||||||
|
scrollbar = ""
|
||||||
}
|
}
|
||||||
streams = {
|
streams = {
|
||||||
"dnbradio.com" = "http://www.dnbradio.com/hi.m3u"
|
"dnbradio.com" = "http://www.dnbradio.com/hi.m3u"
|
||||||
|
|
Loading…
Reference in New Issue