2 Commits

Author SHA1 Message Date
Armel van Ravels
55ed89d73b Fix resolution 2026-06-15 10:25:29 +02:00
31b10d3cec Merge pull request 'Various fixes and move to hyprland lua config' (#18) from feature/hyprland-lua into master
Reviewed-on: #18
2026-06-13 23:08:08 +02:00
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;
}
]; ];
}; };
}; };
} }