mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-24 16:28:41 -05:00
Moved the tray widget to the bottom bar
This commit is contained in:
parent
3d3ab5181c
commit
ab2bc8572a
@ -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,
|
||||
|
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user