summaryrefslogtreecommitdiff
path: root/qutebrowser/config/configdata.yml
diff options
context:
space:
mode:
authorNicholas Schwab <git@nicholas-schwab.de>2021-04-08 15:23:53 +0200
committerNicholas Schwab <git@nicholas-schwab.de>2021-04-08 15:23:53 +0200
commit5fa0228a7efc3b8ea64b7002a198d0a22d0c8cd1 (patch)
tree76e9f536760c8a39eb2e6477e14cdf2b8f192138 /qutebrowser/config/configdata.yml
parent3474604dea49381980c27a8d5caabfe3655b165a (diff)
downloadqutebrowser-5fa0228a7efc3b8ea64b7002a198d0a22d0c8cd1.tar.gz
qutebrowser-5fa0228a7efc3b8ea64b7002a198d0a22d0c8cd1.zip
Added configtype StatusbarWidget that can either be one of the valid_values or text:*.
Diffstat (limited to 'qutebrowser/config/configdata.yml')
-rw-r--r--qutebrowser/config/configdata.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index dc8ddd1dc..9ceb84173 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -1917,7 +1917,7 @@ statusbar.widgets:
type:
name: List
valtype:
- name: String
+ name: StatusbarWidget
valid_values:
- url: "Current page URL."
- scroll: "Percentage of the current page position like `10%`."