wayle: fix example

This commit is contained in:
Perchun Pak
2026-04-23 14:49:52 +02:00
committed by Austin Horstman
parent 667b3c4732
commit 6837e0d6c5
3 changed files with 17 additions and 14 deletions

View File

@@ -59,12 +59,14 @@ in
location = "top";
rounding = "sm";
layout = {
monitor = "*";
left = [ "clock" ];
center = [ "media" ];
right = [ "battery" ];
};
layout = [
{
monitor = "*";
left = [ "clock" ];
center = [ "media" ];
right = [ "battery" ];
}
];
};
modules.clock = {

View File

@@ -20,12 +20,14 @@
location = "top";
rounding = "sm";
layout = {
monitor = "*";
left = [ "clock" ];
center = [ "media" ];
right = [ "battery" ];
};
layout = [
{
monitor = "*";
left = [ "clock" ];
center = [ "media" ];
right = [ "battery" ];
}
];
};
modules.clock = {

View File

@@ -2,8 +2,7 @@
location = "top"
rounding = "sm"
scale = 1
[bar.layout]
[[bar.layout]]
center = ["media"]
left = ["clock"]
monitor = "*"