summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Schwab <git@nicholas-schwab.de>2021-04-08 16:45:48 +0200
committerNicholas Schwab <git@nicholas-schwab.de>2021-04-08 16:45:48 +0200
commit433883f6baaf6f5da4f7023508fb36d1861868c0 (patch)
tree4a0fbf31a9342156044fdaa80e3a4367bfa68715
parent84d2a632300ff767ff2f1f68ea1c5bb21037e9a1 (diff)
downloadqutebrowser-433883f6baaf6f5da4f7023508fb36d1861868c0.tar.gz
qutebrowser-433883f6baaf6f5da4f7023508fb36d1861868c0.zip
Add text-prefix to configdata.yml.
-rw-r--r--qutebrowser/config/configdata.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index 73fde8471..3e84f2e61 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -1927,7 +1927,8 @@ 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: "A text widget. Currently hard coded content."
+ valid_prefixes:
+ - text: "A text widget. Add your own text as content."
none_ok: true
default: ['keypress', 'url', 'scroll', 'history', 'tabs', 'progress']
desc: List of widgets displayed in the statusbar.