summaryrefslogtreecommitdiff
path: root/qutebrowser/config/configdata.yml
diff options
context:
space:
mode:
authorNicholas Schwab <git@nicholas-schwab.de>2021-04-08 17:49:03 +0200
committerNicholas Schwab <git@nicholas-schwab.de>2021-04-08 18:14:35 +0200
commit4bdbdea0946b78d92c3adbb43d03375d1aad63c9 (patch)
treeb2e10ec9266a53e315a9c8a36fa948d5003e11a7 /qutebrowser/config/configdata.yml
parent353bb19cd5e69548f979421d6078f2ea85ad8451 (diff)
downloadqutebrowser-4bdbdea0946b78d92c3adbb43d03375d1aad63c9.tar.gz
qutebrowser-4bdbdea0946b78d92c3adbb43d03375d1aad63c9.zip
Revert all prefix-related commits.
This reverts commits 02a64630aa83e37e47a28a60366e1c65f0eba3ac to 4ff204aecc96d77209a18594a14da96af703c43f.
Diffstat (limited to 'qutebrowser/config/configdata.yml')
-rw-r--r--qutebrowser/config/configdata.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index 3e84f2e61..9ceb84173 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -1917,7 +1917,7 @@ statusbar.widgets:
type:
name: List
valtype:
- name: PrefixOrString
+ name: StatusbarWidget
valid_values:
- url: "Current page URL."
- scroll: "Percentage of the current page position like `10%`."
@@ -1927,8 +1927,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."
- valid_prefixes:
- - text: "A text widget. Add your own text as content."
+ - text: "A text widget. Currently hard coded content."
none_ok: true
default: ['keypress', 'url', 'scroll', 'history', 'tabs', 'progress']
desc: List of widgets displayed in the statusbar.