summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Schwab <git@nicholas-schwab.de>2021-04-24 17:34:40 +0200
committerNicholas Schwab <git@nicholas-schwab.de>2021-04-24 17:34:40 +0200
commit38c5eba3e1e07448a3c1fd082dc418e916c13dc2 (patch)
treef39008bdab5a8a3124b8b10b57b04aa2596f8b20
parenta083728168e3c126b8b6a67aa3d4d03845da8a46 (diff)
downloadqutebrowser-38c5eba3e1e07448a3c1fd082dc418e916c13dc2.tar.gz
qutebrowser-38c5eba3e1e07448a3c1fd082dc418e916c13dc2.zip
Improved readability of statusbar.widgets documentation.
-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 30a37fe12..59ebd0292 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -3985,7 +3985,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 a1cbddd1e..7fcd2d5f5 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -1933,7 +1933,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."