summaryrefslogtreecommitdiff
path: root/qutebrowser/config/configdata.yml
diff options
context:
space:
mode:
authorNicholas Schwab <git@nicholas-schwab.de>2021-04-08 14:30:02 +0200
committerNicholas Schwab <git@nicholas-schwab.de>2021-04-08 14:30:02 +0200
commit3474604dea49381980c27a8d5caabfe3655b165a (patch)
tree59b1fd33ebc8580465e3e5423fa0f5cae504f2a1 /qutebrowser/config/configdata.yml
parenta6356b55047bac81ad6d36fb2c4ffe6c8f64c421 (diff)
downloadqutebrowser-3474604dea49381980c27a8d5caabfe3655b165a.tar.gz
qutebrowser-3474604dea49381980c27a8d5caabfe3655b165a.zip
Added simple text widgets to status bar with currently hard-coded content.
Diffstat (limited to 'qutebrowser/config/configdata.yml')
-rw-r--r--qutebrowser/config/configdata.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index 1c0f03d37..dc8ddd1dc 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -1927,6 +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."
+ - 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.