organize files

This commit is contained in:
Sem
2026-03-29 23:58:48 +02:00
parent 06477003e0
commit e1371c647e
7 changed files with 266 additions and 205 deletions

View File

@@ -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"];