add stuff
This commit is contained in:
parent
25e98652d1
commit
8b2e5e7520
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user