From d3d2f8a829108686b635a630f38843722088dd62 Mon Sep 17 00:00:00 2001 From: Emma Nora Theuer Date: Mon, 2 Sep 2024 13:16:58 +0200 Subject: [PATCH] Change location of systray icon --- src/wallman_systray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallman_systray.py b/src/wallman_systray.py index e35712f..cfdee9f 100644 --- a/src/wallman_systray.py +++ b/src/wallman_systray.py @@ -34,7 +34,7 @@ def on_quit(icon, item, callback): icon.stop() -chdir(str(getenv("HOME")) + "/.config/wallman/") +chdir("/etc/wallman/icons/systrayIcon") try: icon_image = Image.open("systrayIcon.jpg") except FileNotFoundError: