Change location of systray icon
This commit is contained in:
parent
10dabc805c
commit
d3d2f8a829
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ def on_quit(icon, item, callback):
|
||||||
icon.stop()
|
icon.stop()
|
||||||
|
|
||||||
|
|
||||||
chdir(str(getenv("HOME")) + "/.config/wallman/")
|
chdir("/etc/wallman/icons/systrayIcon")
|
||||||
try:
|
try:
|
||||||
icon_image = Image.open("systrayIcon.jpg")
|
icon_image = Image.open("systrayIcon.jpg")
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
|
|
Loading…
Reference in a new issue