Change location of systray icon

This commit is contained in:
Emma Nora Theuer 2024-09-02 13:16:58 +02:00
parent 10dabc805c
commit d3d2f8a829

View file

@ -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: