Add wallust support
This commit is contained in:
commit
48f54c0b82
32 changed files with 257 additions and 245 deletions
|
|
@ -138,13 +138,13 @@ Singleton {
|
|||
), "--transition-type", transitionType, "--transition-duration", Settings.data.wallpaper.swww.transitionDuration.toString(
|
||||
), currentWallpaper]
|
||||
running: false
|
||||
|
||||
|
||||
onStarted: {
|
||||
|
||||
}
|
||||
|
||||
onExited: function(exitCode, exitStatus) {
|
||||
|
||||
|
||||
onExited: function (exitCode, exitStatus) {
|
||||
console.log("SWWW: Process finished with exit code:", exitCode, "status:", exitStatus)
|
||||
if (exitCode !== 0) {
|
||||
console.log("SWWW: Process failed. Make sure swww-daemon is running with: swww-daemon")
|
||||
console.log("SWWW: You can start it with: swww-daemon --format xrgb")
|
||||
|
|
@ -163,12 +163,12 @@ Singleton {
|
|||
id: startDaemonProcess
|
||||
command: ["swww-daemon", "--format", "xrgb"]
|
||||
running: false
|
||||
|
||||
|
||||
onStarted: {
|
||||
console.log("SWWW: Daemon start process initiated")
|
||||
}
|
||||
|
||||
onExited: function(exitCode, exitStatus) {
|
||||
|
||||
onExited: function (exitCode, exitStatus) {
|
||||
console.log("SWWW: Daemon start process finished with exit code:", exitCode)
|
||||
if (exitCode === 0) {
|
||||
console.log("SWWW: Daemon started successfully")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue