From 469bdcfc1eb3db66a0071fe46008e63027605fc8 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 18 Sep 2024 09:58:30 +0400 Subject: [PATCH] remove margins --- config/ags/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/ags/config.js b/config/ags/config.js index 6b8e848b..2b983594 100644 --- a/config/ags/config.js +++ b/config/ags/config.js @@ -202,7 +202,8 @@ function Bar(monitor = 0) { class_name: "bar", monitor, anchor: ["top", "left", "right"], - margins: [5, 10, 0, 10], + // margins: [5, 10, 0, 10], + margins: [0, 0, 0, 0], exclusivity: "exclusive", child: Widget.CenterBox({ start_widget: Left(),