From 587a02fa15d9e642623bbbcac80ca8b772082437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 16 Nov 2021 05:15:52 +0100 Subject: Indent man page snippets with spaces --- nncmpp.adoc | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/nncmpp.adoc b/nncmpp.adoc index d30d754..de668cb 100644 --- a/nncmpp.adoc +++ b/nncmpp.adoc @@ -45,28 +45,28 @@ snippet: .... settings = { - address = "~/.mpd/mpd.socket" - password = "" - root = "~/Music" - pulseaudio = on + address = "~/.mpd/mpd.socket" + password = "" + root = "~/Music" + pulseaudio = on } colors = { - normal = "" - highlight = "bold" - elapsed = "reverse" - remains = "ul" - tab_bar = "reverse" - tab_active = "ul" - even = "" - odd = "" - selection = "reverse" - multiselect = "-1 6" - defocused = "ul" - scrollbar = "" + normal = "" + highlight = "bold" + elapsed = "reverse" + remains = "ul" + tab_bar = "reverse" + tab_active = "ul" + even = "" + odd = "" + selection = "reverse" + multiselect = "-1 6" + defocused = "ul" + scrollbar = "" } streams = { - "dnbradio.com" = "http://www.dnbradio.com/hi.m3u" - "BassDrive.com" = "http://bassdrive.com/v2/streams/BassDrive.pls" + "dnbradio.com" = "http://www.dnbradio.com/hi.m3u" + "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 = { - ... - spectrum_path = "~/.mpd/mpd.fifo" # "path" - spectrum_format = "44100:16:2" # "format" (samplerate:bits:channels) - spectrum_bars = 8 # beware of exponential complexity - ... + ... + spectrum_path = "~/.mpd/mpd.fifo" # "path" + spectrum_format = "44100:16:2" # "format" (samplerate:bits:channels) + spectrum_bars = 8 # beware of exponential complexity + ... } .... -- cgit v1.2.3