From 8e98d62921355aa6cd548d96cdd8179e9f2545d5 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sun, 21 Jul 2024 12:52:15 -0400 Subject: [PATCH] fix(ags binto): add padding on right side of current-window --- modules/ags/config/.envrc | 3 ++- modules/ags/config/ts/bar/binto.ts | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/ags/config/.envrc b/modules/ags/config/.envrc index c79171c6..1b7f76a7 100644 --- a/modules/ags/config/.envrc +++ b/modules/ags/config/.envrc @@ -1 +1,2 @@ -use flake $FLAKE#node +use flake "$FLAKE#node" +npm ci diff --git a/modules/ags/config/ts/bar/binto.ts b/modules/ags/config/ts/bar/binto.ts index 3d652918..d96171b2 100644 --- a/modules/ags/config/ts/bar/binto.ts +++ b/modules/ags/config/ts/bar/binto.ts @@ -35,6 +35,8 @@ export default () => BarRevealer({ center_widget: Box({ children: [ CurrentWindow(), + + Separator(PADDING / 2), ], }),