Dotfiles config update (2022-04-24)
This commit is contained in:
parent
d38a49787c
commit
398e6bd8c8
|
@ -96,7 +96,7 @@ primary_widgets = [
|
||||||
|
|
||||||
icon(bg="color1", fontsize=17, text=' '), # Icon: nf-mdi-calendar_clock
|
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'),
|
powerline('dark', 'color1'),
|
||||||
|
|
||||||
|
@ -118,7 +118,7 @@ secondary_widgets = [
|
||||||
|
|
||||||
icon(bg="color1", fontsize=17, text=' '), # Icon: nf-mdi-calendar_clock
|
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'),
|
powerline('dark', 'color1'),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user