Better scraptchpad + back to systray widget.

This commit is contained in:
Bartek Stalewski 2022-08-01 23:24:17 +02:00
parent df95e4e90a
commit a29489f29a

View File

@ -21,7 +21,7 @@ groups = [
"spterm", "sh -c 'BROWSER=firefox st'", "spterm", "sh -c 'BROWSER=firefox st'",
on_focus_lost_hide=False, on_focus_lost_hide=False,
width=0.40, width=0.40,
height=0.20, height=0.50,
x=0.30, x=0.30,
y=0.25, y=0.25,
), ),
@ -29,7 +29,7 @@ groups = [
"spwork", "sh -c 'BROWSER=workfx st -n work'", "spwork", "sh -c 'BROWSER=workfx st -n work'",
on_focus_lost_hide=False, on_focus_lost_hide=False,
width=0.40, width=0.40,
height=0.20, height=0.50,
x=0.30, x=0.30,
y=0.25, y=0.25,
), ),
@ -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.StatusNotifier(), widget.Systray(),
], ],
24, 24,
margin=[5, 5, 5, 5] margin=[5, 5, 5, 5]