Image sets

This commit is contained in:
2023-06-28 04:23:11 +02:00
parent 0f39052c1c
commit 27d1820a87
58 changed files with 130 additions and 169 deletions

View File

@@ -159,7 +159,8 @@ CinnamonDynamicWallpaperExtension.prototype = {
for(let i = 0; i < timesArray.length; i++) {
if(timesArray[i][0] <= now && now <= timesArray[i][1] && i != lastDayTime) {
this.changeWallpaper("file://" + PATH + "/res/custom_images/" + imageSet[i])
global.log(PATH + "/res/images/selected/" + imageSet[i])
this.changeWallpaper("file://" + PATH + "/images/selected/" + imageSet[i])
lastDayTime = i
break