From 52718d070a008fb19f4b4bd8f8f0cea26a7bcf19 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Mon, 23 Oct 2023 17:35:57 -0400 Subject: [PATCH] feat(ags bar): add padding on each side of current-window --- hosts/wim/config/ags/js/bar/main.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/wim/config/ags/js/bar/main.js b/hosts/wim/config/ags/js/bar/main.js index 7032794b..6566ee69 100644 --- a/hosts/wim/config/ags/js/bar/main.js +++ b/hosts/wim/config/ags/js/bar/main.js @@ -65,7 +65,11 @@ export const Bar = () => Window({ centerWidget: Box({ children: [ + Separator(12), + CurrentWindow(), + + Separator(12), ], }),