From aeb60f6bd02969d527c6e7834816b2a86a8ca880 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:06:09 +0400 Subject: [PATCH] config/ags: move bar to bottom --- config/ags/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ags/config.js b/config/ags/config.js index 1f87cf1e..6fde77d0 100644 --- a/config/ags/config.js +++ b/config/ags/config.js @@ -234,7 +234,7 @@ function Bar(monitor = 0) { name: `bar-${monitor}`, // name has to be unique class_name: "bar", monitor, - anchor: ["top", "left", "right"], + anchor: ["bottom", "left", "right"], // margins: [5, 10, 0, 10], margins: [0, 0, 0, 0], exclusivity: "exclusive",