Moved the tray widget to the bottom bar

This commit is contained in:
The-Repo-Club 2023-08-19 11:28:43 +01:00
parent 3d3ab5181c
commit ab2bc8572a
No known key found for this signature in database
GPG Key ID: E30EC2FBFB05C44F
2 changed files with 4 additions and 3 deletions

View File

@ -350,7 +350,6 @@ screens = [
Widgets.net,
Widgets.date,
Widgets.time,
Widgets.tray,
],
28,
background=backgroundColor,
@ -364,6 +363,8 @@ screens = [
Widgets.weather,
Widgets.updates,
Widgets.space,
Widgets.tray,
Widgets.sep,
Widgets.picom,
Widgets.github,
Widgets.chords,

View File

@ -8,7 +8,7 @@ from colors import colorScheme, foregroundColor, backgroundColor
class Widgets(object):
sep = widget.Sep(
linewidth=1,
linewidth=0,
padding=10,
foreground=colorScheme[15],
background=colorScheme[0],
@ -134,7 +134,7 @@ class Widgets(object):
tray = widget.Systray(
fmt="{}",
padding=5,
padding=7,
)
currentLayout = widget.CurrentLayoutIcon(