config/qtile: default to system timezone

This commit is contained in:
Infinidoge 2024-03-25 11:23:57 -04:00
parent 41ca3defdc
commit 6033337bd2
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -670,6 +670,7 @@ def init_widget_list(main=True, laptop=False):
[
widget.Clock(
format="%A, %B %d, %Y - %H:%M:%S ",
timezone=None,
),
],
]