From 09b59d8230ae3559d02ad724889f5ec21c5cc81a Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Fri, 29 Mar 2024 13:39:37 -0700 Subject: [PATCH] feat: add gnome appindicator support --- konawall/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/konawall/gui.py b/konawall/gui.py index 17913b9..385545e 100755 --- a/konawall/gui.py +++ b/konawall/gui.py @@ -61,7 +61,7 @@ class Konawall(wx.adv.TaskBarIcon): # Set up the taskbar icon, menu, bindings, ... icon = self.generate_icon() self.SetIcon(icon, self.title_string) - if self.environment == "hyprland": + if self.environment == "hyprland" or self.environment == "gnome": import pystray def setup(self): self.visible = True