summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNicholas Schwab <git@nicholas-schwab.de>2021-04-08 18:16:04 +0200
committerNicholas Schwab <git@nicholas-schwab.de>2021-04-08 18:16:04 +0200
commitad847be3b8e2cb2f8eabf7c818d0e6e9b6250331 (patch)
tree61b86746962b10a088644c4b86cf2021312642a7 /doc
parent4bdbdea0946b78d92c3adbb43d03375d1aad63c9 (diff)
downloadqutebrowser-ad847be3b8e2cb2f8eabf7c818d0e6e9b6250331.tar.gz
qutebrowser-ad847be3b8e2cb2f8eabf7c818d0e6e9b6250331.zip
Updated the documentation regarding statusbar.widgets.
Diffstat (limited to 'doc')
-rw-r--r--doc/help/settings.asciidoc6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index e747b0d75..a6a6cd5ff 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -3970,8 +3970,9 @@ Default: +pass:[always]+
[[statusbar.widgets]]
=== statusbar.widgets
List of widgets displayed in the statusbar.
+In addition to the listed values there is also the possibility to add `text:foo` widgets that will display `foo`.
-Type: <<types,List of String>>
+Type: <<types,List of StatusbarWidget>>
Valid values:
@@ -4607,6 +4608,9 @@ When setting from `config.py`, both a string or a `re.compile(...)` object are v
|ShellCommand|A shell command as a list.
See the documentation for `List`.
+|StatusbarWidget|A Widget for the status bar.
+
+Allows some predefined widgets and custom text-widgets via text:$CONTENT.
|String|A string value.
See the setting's valid values for more information on allowed values.