summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Schwab <git@nicholas-schwab.de>2021-04-24 17:34:40 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-04-28 08:19:45 +0200
commita44ac66ede33971a113757b3ca01e93fa8bd5a40 (patch)
treec92d229b2fe0f899e273e113906f7d7e95560c41
parent14a152f246b0a8969b55bc09306e585dff6f7951 (diff)
downloadqutebrowser-a44ac66ede33971a113757b3ca01e93fa8bd5a40.tar.gz
qutebrowser-a44ac66ede33971a113757b3ca01e93fa8bd5a40.zip
Improved readability of statusbar.widgets documentation.
(cherry picked from commit 38c5eba3e1e07448a3c1fd082dc418e916c13dc2)
-rw-r--r--doc/help/settings.asciidoc2
-rw-r--r--qutebrowser/config/configdata.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index 2ef75ef00..42eacd175 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -3986,7 +3986,7 @@ Valid values:
* +tabs+: Current active tab, e.g. `2`.
* +keypress+: Display pressed keys when composing a vi command.
* +progress+: Progress bar for the current page loading.
- * +text:+: `text:foo` displays the static text foo.
+ * +text:foo+: Display the static text after the colon, `foo` in the example.
Default:
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index 4899924f9..6cb277e5c 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -1934,7 +1934,7 @@ statusbar.widgets:
- tabs: "Current active tab, e.g. `2`."
- keypress: "Display pressed keys when composing a vi command."
- progress: "Progress bar for the current page loading."
- - 'text:': "`text:foo` displays the static text foo."
+ - 'text:foo': "Display the static text after the colon, `foo` in the example."
none_ok: true
default: ['keypress', 'url', 'scroll', 'history', 'tabs', 'progress']
desc: "List of widgets displayed in the statusbar."