config/ags: move bar to bottom

This commit is contained in:
Sakooooo 2024-10-14 22:06:09 +04:00
parent a2f9efe1ce
commit aeb60f6bd0
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -234,7 +234,7 @@ function Bar(monitor = 0) {
name: `bar-${monitor}`, // name has to be unique name: `bar-${monitor}`, // name has to be unique
class_name: "bar", class_name: "bar",
monitor, monitor,
anchor: ["top", "left", "right"], anchor: ["bottom", "left", "right"],
// margins: [5, 10, 0, 10], // margins: [5, 10, 0, 10],
margins: [0, 0, 0, 0], margins: [0, 0, 0, 0],
exclusivity: "exclusive", exclusivity: "exclusive",