remove margins

This commit is contained in:
Sakooooo 2024-09-18 09:58:30 +04:00
parent 7c0c2232b0
commit 469bdcfc1e
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -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(),