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), ], }),