Fix resolution

This commit is contained in:
Armel van Ravels
2026-06-15 10:25:29 +02:00
parent 31b10d3cec
commit 55ed89d73b
2 changed files with 13 additions and 1 deletions

View File

@@ -161,6 +161,12 @@ in
(mkLuaInline ''
function()
hl.exec_cmd("waybar")
hl.monitor({
output = "",
mode = "preferred",
position = "auto",
scale = 1,
})
end'')
];
};

View File

@@ -10,14 +10,20 @@ in
enable = true;
settings = {
splash = false;
preload = [
wallpaper
wallpaper2
wallpaper3
];
wallpaper = [
",${wallpaper3}"
{
monitor = "";
path = wallpaper3;
}
];
};
};
}