mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
fix bar workspace module spacing
This commit is contained in:
parent
f52bf51d6b
commit
dfa61c05f8
1 changed files with 4 additions and 1 deletions
|
|
@ -36,7 +36,10 @@ export const Bar = async (monitor = 0) => {
|
|||
className: 'spacing-h-4',
|
||||
children: [
|
||||
SideModule([Music()]),
|
||||
await OptionalWorkspaces(),
|
||||
Widget.Box({
|
||||
homogeneous: true,
|
||||
children: [await OptionalWorkspaces()],
|
||||
}),
|
||||
SideModule([System()]),
|
||||
]
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue