1
1

[Newm] Get wallpaper from cache file

Dieser Commit ist enthalten in:
2022-12-07 16:04:41 +01:00
Ursprung 1c15014511
Commit 36bfdfc6a8

Datei anzeigen

@@ -61,8 +61,9 @@ def on_startup():
) )
with open("{}/.cache/wallpaper".format(os.environ["HOME"])) as file:
background = { background = {
"path": os.environ["HOME"] + "/Pictures/Wallpapers/1561879941868.jpg", "path": file.read().strip(),
"anim": True, "anim": True,
} }