Compatibility with Cinnamon 4.8 and higher

This commit is contained in:
2023-07-13 13:40:55 +02:00
parent 34ad4a9589
commit b8996b1f03
14 changed files with 387 additions and 379 deletions

View File

@@ -0,0 +1 @@
../../5.4/image-configurator/data/

View File

@@ -1 +0,0 @@
pref_path = "/.cinnamon/configs/cinnamon-dynamic-wallpaper@TobiZog/cinnamon-dynamic-wallpaper@TobiZog.json"

View File

@@ -1 +0,0 @@
../../5.4/image-configurator/image-configurator.py

View File

@@ -0,0 +1,6 @@
import os
import windowHandler
if __name__ == "__main__":
wh = windowHandler.WindowHandler(os.path.expanduser("~") + "/.cinnamon/configs/cinnamon-dynamic-wallpaper@TobiZog/cinnamon-dynamic-wallpaper@TobiZog.json")
wh.showMainWindow()

View File

@@ -0,0 +1 @@
../../5.4/image-configurator/windowHandler.py