diff --git a/src/wallman_systray.py b/src/wallman_systray.py index cfdee9f..f50ca60 100644 --- a/src/wallman_systray.py +++ b/src/wallman_systray.py @@ -34,7 +34,7 @@ def on_quit(icon, item, callback): icon.stop() -chdir("/etc/wallman/icons/systrayIcon") +chdir("/etc/wallman/icons/") try: icon_image = Image.open("systrayIcon.jpg") except FileNotFoundError: