organize files
This commit is contained in:
@@ -37,7 +37,7 @@ Item {
|
||||
var index = Math.floor(Math.random() * wallpapers.length);
|
||||
var path = wallpapers[index];
|
||||
|
||||
console.log("wallpaper set to " + path);
|
||||
// console.log("wallpaper set to " + path);
|
||||
|
||||
wallpaperProcess.command = ["awww", "img", path, "--transition-type", "grow", "--transition-fps", "60", "--transition-duration", "0.6"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user