feat: add apply option to set wallpaper from command line and enhance process completion signals

This commit is contained in:
2026-03-11 05:44:58 +01:00
parent 5df0b53df0
commit b06d27cecf
12 changed files with 174 additions and 50 deletions
+4
View File
@@ -48,6 +48,10 @@ int main(int argc, char* argv[]) {
return 0;
}
if (!options.applyPath.isEmpty()) {
return bootstrap.apply(options.applyPath) ? 0 : 1;
}
{
Provider::Carousel provider(&a, bootstrap);
qmlRegisterSingletonInstance(