2 Commits

Author SHA1 Message Date
Armel van Ravels
c0c85c4763 Merge branch 'feature/btop' 2026-06-15 10:25:56 +02:00
Armel van Ravels
55ed89d73b Fix resolution 2026-06-15 10:25:29 +02:00
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;
}
];
};
};
}