[Newm] Avoid name collision in config
This commit is contained in:
parent
429d050d1e
commit
9017ccf4ef
@ -61,9 +61,9 @@ def on_startup():
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
with open("{}/.cache/wallpaper".format(os.environ["HOME"])) as file:
|
with open("{}/.cache/wallpaper".format(os.environ["HOME"])) as wp_cache:
|
||||||
background = {
|
background = {
|
||||||
"path": file.read().strip(),
|
"path": wp_cache.read().strip(),
|
||||||
"anim": True,
|
"anim": True,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user