feat(ags bar): add padding on each side of current-window

This commit is contained in:
matt1432 2023-10-23 17:35:57 -04:00
parent e7b8d92810
commit 52718d070a

View file

@ -65,7 +65,11 @@ export const Bar = () => Window({
centerWidget: Box({
children: [
Separator(12),
CurrentWindow(),
Separator(12),
],
}),