mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-09 04:09:38 +00:00
qtile: add clock to the aux_bar
This commit is contained in:
parent
80a303d63a
commit
657b41d357
@ -348,6 +348,16 @@ def aux_bar():
|
||||
widget.Memory(format='Memory {MemPercent}%'),
|
||||
widget.ThermalSensor(fmt='Temp: {}'),
|
||||
widget.CPU(format='CPU {load_percent}%'),
|
||||
widget.Sep(
|
||||
linewidth=8,
|
||||
background=colors["background"],
|
||||
foreground=colors["background"],
|
||||
),
|
||||
widget.Clock(
|
||||
format="%d / %m / %y",
|
||||
mouse_callbacks={"Button1": lambda: qtile.cmd_spawn(CALENDAR)},
|
||||
),
|
||||
widget.Clock(format="%I:%M %p", font=FONT + " Bold"),
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user