Indent man page snippets with spaces
This commit is contained in:
parent
227b8e0fa2
commit
587a02fa15
46
nncmpp.adoc
46
nncmpp.adoc
|
@ -45,28 +45,28 @@ snippet:
|
||||||
|
|
||||||
....
|
....
|
||||||
settings = {
|
settings = {
|
||||||
address = "~/.mpd/mpd.socket"
|
address = "~/.mpd/mpd.socket"
|
||||||
password = "<your password>"
|
password = "<your password>"
|
||||||
root = "~/Music"
|
root = "~/Music"
|
||||||
pulseaudio = on
|
pulseaudio = on
|
||||||
}
|
}
|
||||||
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"
|
||||||
multiselect = "-1 6"
|
multiselect = "-1 6"
|
||||||
defocused = "ul"
|
defocused = "ul"
|
||||||
scrollbar = ""
|
scrollbar = ""
|
||||||
}
|
}
|
||||||
streams = {
|
streams = {
|
||||||
"dnbradio.com" = "http://www.dnbradio.com/hi.m3u"
|
"dnbradio.com" = "http://www.dnbradio.com/hi.m3u"
|
||||||
"BassDrive.com" = "http://bassdrive.com/v2/streams/BassDrive.pls"
|
"BassDrive.com" = "http://bassdrive.com/v2/streams/BassDrive.pls"
|
||||||
}
|
}
|
||||||
....
|
....
|
||||||
|
|
||||||
|
@ -87,11 +87,11 @@ need to set it up manually to match your MPD configuration, e.g.:
|
||||||
|
|
||||||
....
|
....
|
||||||
settings = {
|
settings = {
|
||||||
...
|
...
|
||||||
spectrum_path = "~/.mpd/mpd.fifo" # "path"
|
spectrum_path = "~/.mpd/mpd.fifo" # "path"
|
||||||
spectrum_format = "44100:16:2" # "format" (samplerate:bits:channels)
|
spectrum_format = "44100:16:2" # "format" (samplerate:bits:channels)
|
||||||
spectrum_bars = 8 # beware of exponential complexity
|
spectrum_bars = 8 # beware of exponential complexity
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
....
|
....
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue