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 '' (mkLuaInline ''
function() function()
hl.exec_cmd("waybar") hl.exec_cmd("waybar")
hl.monitor({
output = "",
mode = "preferred",
position = "auto",
scale = 1,
})
end'') end'')
]; ];
}; };

View File

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