add stuff

This commit is contained in:
lucy 2026-01-26 13:45:24 +01:00
parent 25e98652d1
commit 8b2e5e7520

View File

@ -23,7 +23,7 @@ FloatingWindow {
} }
Process { Process {
id: wallustRunner id: wallustRunner
property string cmd: "matugen image " + Settings.config.currentWall + " -t scheme-neutral" property string cmd: "matugen image " + Settings.config.currentWall
command: ["sh", "-c", cmd] command: ["sh", "-c", cmd]
} }
GlobalShortcut { GlobalShortcut {
@ -112,7 +112,7 @@ FloatingWindow {
onClicked: { onClicked: {
Settings.config.currentWall = imageRounder.filePath; Settings.config.currentWall = imageRounder.filePath;
if (Settings.config.generateScheme) { if (Settings.config.generateScheme) {
wallustRunner.startDetached(); wallustRunner.running = true;
} }
} }
} }