From 38c5eba3e1e07448a3c1fd082dc418e916c13dc2 Mon Sep 17 00:00:00 2001 From: Nicholas Schwab Date: Sat, 24 Apr 2021 17:34:40 +0200 Subject: [PATCH] Improved readability of statusbar.widgets documentation. --- doc/help/settings.asciidoc | 2 +- qutebrowser/config/configdata.yml | 2 +- 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."