This commit is contained in:
2025-05-04 20:38:00 +02:00
parent ce030a8734
commit 2541edd0f4
6 changed files with 847 additions and 124 deletions

View File

@@ -137,9 +137,12 @@ class StatusBar(Window):
name="bar-inner",
start_children=Box(
name="start-container",
spacing=4,
spacing=6,
orientation="h",
children=self.workspaces,
children=[
Label(name="nixos-label", markup=""),
self.workspaces,
],
),
center_children=Box(
name="center-container",