fix(ags binto): add padding on right side of current-window
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-07-21 12:52:15 -04:00
parent 998c952bab
commit 8e98d62921
2 changed files with 4 additions and 1 deletions

View file

@ -1 +1,2 @@
use flake $FLAKE#node
use flake "$FLAKE#node"
npm ci

View file

@ -35,6 +35,8 @@ export default () => BarRevealer({
center_widget: Box({
children: [
CurrentWindow(),
Separator(PADDING / 2),
],
}),