[Newm] Get wallpaper from cache file
This commit is contained in:
parent
1c15014511
commit
36bfdfc6a8
@ -61,10 +61,11 @@ def on_startup():
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
background = {
|
with open("{}/.cache/wallpaper".format(os.environ["HOME"])) as file:
|
||||||
"path": os.environ["HOME"] + "/Pictures/Wallpapers/1561879941868.jpg",
|
background = {
|
||||||
"anim": True,
|
"path": file.read().strip(),
|
||||||
}
|
"anim": True,
|
||||||
|
}
|
||||||
|
|
||||||
pywm = {
|
pywm = {
|
||||||
"xkb_layout": "fr",
|
"xkb_layout": "fr",
|
||||||
|
Loading…
Reference in New Issue
Block a user