summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Schwab <git@nicholas-schwab.de>2021-04-08 17:17:26 +0200
committerNicholas Schwab <git@nicholas-schwab.de>2021-04-08 17:17:26 +0200
commit7cf955640e346f8370b3511a0bc8f1ea2a22ffe4 (patch)
tree90225f27dd3840157b663128f8af11d4db82fc8c
parent55134a0a7c38f9fb1069826b9c86b16fcce433fb (diff)
downloadqutebrowser-7cf955640e346f8370b3511a0bc8f1ea2a22ffe4.tar.gz
qutebrowser-7cf955640e346f8370b3511a0bc8f1ea2a22ffe4.zip
Update documentation.
-rw-r--r--doc/help/settings.asciidoc9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index e747b0d75..1d017790a 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -3971,7 +3971,7 @@ Default: +pass:[always]+
=== statusbar.widgets
List of widgets displayed in the statusbar.
-Type: <<types,List of String>>
+Type: <<types,List of PrefixOrString>>
Valid values:
@@ -3983,6 +3983,10 @@ Valid values:
* +keypress+: Display pressed keys when composing a vi command.
* +progress+: Progress bar for the current page loading.
+Valid prefixes (separator is +:+):
+
+ * +text+: A text widget. Add your own text as content.
+
Default:
- +pass:[keypress]+
@@ -4591,6 +4595,9 @@ When setting from a string, pass a json-like list, e.g. `["one", "two"]`.
|Perc|A percentage.
|PercOrInt|Percentage or integer.
|Position|The position of the tab bar.
+|PrefixOrString|A Widget for the status bar.
+
+Allows some predefined widgets and custom text-widgets via text:$CONTENT.
|Proxy|A proxy URL, or `system`/`none`.
|QssColor|A color value supporting gradients.