StatusNotifier instead of Systray.

This commit is contained in:
Bartek Stalewski 2022-08-01 17:39:05 +02:00
parent 6c4240ad22
commit df95e4e90a

View file

@ -144,7 +144,7 @@ screens = [
format='\uf073 [%d] %I:%M:%S %p' format='\uf073 [%d] %I:%M:%S %p'
), ),
widget.Sep(padding=15, size_percent=60), widget.Sep(padding=15, size_percent=60),
widget.Systray(), widget.StatusNotifier(),
], ],
24, 24,
margin=[5, 5, 5, 5] margin=[5, 5, 5, 5]