From 398e6bd8c8d6cb11d5336ee57dc8e30964f690bd Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 24 Apr 2022 19:02:52 +0200 Subject: [PATCH] Dotfiles config update (2022-04-24) --- .config/qtile/settings/widgets.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/qtile/settings/widgets.py b/.config/qtile/settings/widgets.py index 13063c0..d5133d4 100644 --- a/.config/qtile/settings/widgets.py +++ b/.config/qtile/settings/widgets.py @@ -96,7 +96,7 @@ primary_widgets = [ icon(bg="color1", fontsize=17, text=' '), # Icon: nf-mdi-calendar_clock - widget.Clock(**base(bg='color1'), format='%d/%m/%Y - %H:%M '), + widget.Clock(**base(bg='color1'), format='%d/%m/%Y %H:%M '), powerline('dark', 'color1'), @@ -118,7 +118,7 @@ secondary_widgets = [ icon(bg="color1", fontsize=17, text=' '), # Icon: nf-mdi-calendar_clock - widget.Clock(**base(bg='color1'), format='%d/%m/%Y - %H:%M '), + widget.Clock(**base(bg='color1'), format='%d/%m/%Y %H:%M '), powerline('dark', 'color1'), ]