summaryrefslogtreecommitdiff
path: root/qutebrowser/config/configdata.yml
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/config/configdata.yml')
-rw-r--r--qutebrowser/config/configdata.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index 7b79e761d..e2b34e327 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -2062,9 +2062,10 @@ statusbar.widgets:
- keypress: "Display pressed keys when composing a vi command."
- progress: "Progress bar for the current page loading."
- 'text:foo': "Display the static text after the colon, `foo` in the example."
- - clock: "Display current time. Format can be changed by adding like
- `clock:$format`. For format strings see
- link:https://docs.python.org/3/library/datetime.html#strftime-strptime-behavior[the python datetime library]."
+ - clock: "Display current time. The format can be changed by adding a
+ format string via `clock:...`. For supported format strings, see
+ https://docs.python.org/3/library/datetime.html#strftime-and-strptime-format-codes[the
+ Python datetime documentation]."
none_ok: true
default: ['keypress', 'url', 'scroll', 'history', 'tabs', 'progress']
desc: "List of widgets displayed in the statusbar."