mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2025-02-17 18:03:23 -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.net,
|
||||||
Widgets.date,
|
Widgets.date,
|
||||||
Widgets.time,
|
Widgets.time,
|
||||||
Widgets.tray,
|
|
||||||
],
|
],
|
||||||
28,
|
28,
|
||||||
background=backgroundColor,
|
background=backgroundColor,
|
||||||
@ -364,6 +363,8 @@ screens = [
|
|||||||
Widgets.weather,
|
Widgets.weather,
|
||||||
Widgets.updates,
|
Widgets.updates,
|
||||||
Widgets.space,
|
Widgets.space,
|
||||||
|
Widgets.tray,
|
||||||
|
Widgets.sep,
|
||||||
Widgets.picom,
|
Widgets.picom,
|
||||||
Widgets.github,
|
Widgets.github,
|
||||||
Widgets.chords,
|
Widgets.chords,
|
||||||
|
@ -8,7 +8,7 @@ from colors import colorScheme, foregroundColor, backgroundColor
|
|||||||
|
|
||||||
class Widgets(object):
|
class Widgets(object):
|
||||||
sep = widget.Sep(
|
sep = widget.Sep(
|
||||||
linewidth=1,
|
linewidth=0,
|
||||||
padding=10,
|
padding=10,
|
||||||
foreground=colorScheme[15],
|
foreground=colorScheme[15],
|
||||||
background=colorScheme[0],
|
background=colorScheme[0],
|
||||||
@ -134,7 +134,7 @@ class Widgets(object):
|
|||||||
|
|
||||||
tray = widget.Systray(
|
tray = widget.Systray(
|
||||||
fmt="{}",
|
fmt="{}",
|
||||||
padding=5,
|
padding=7,
|
||||||
)
|
)
|
||||||
|
|
||||||
currentLayout = widget.CurrentLayoutIcon(
|
currentLayout = widget.CurrentLayoutIcon(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user