forked from Shinonome/dots-hyprland
fix bar workspace module spacing
This commit is contained in:
@@ -36,7 +36,10 @@ export const Bar = async (monitor = 0) => {
|
|||||||
className: 'spacing-h-4',
|
className: 'spacing-h-4',
|
||||||
children: [
|
children: [
|
||||||
SideModule([Music()]),
|
SideModule([Music()]),
|
||||||
await OptionalWorkspaces(),
|
Widget.Box({
|
||||||
|
homogeneous: true,
|
||||||
|
children: [await OptionalWorkspaces()],
|
||||||
|
}),
|
||||||
SideModule([System()]),
|
SideModule([System()]),
|
||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user