Indent man page snippets with spaces

This commit is contained in:
Přemysl Eric Janouch 2021-11-16 05:15:52 +01:00
parent 227b8e0fa2
commit 587a02fa15
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 23 additions and 23 deletions

View File

@ -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
... ...
} }
.... ....