fix: eto, bleh (niri appindicator)

This commit is contained in:
Kat Inskip 2025-07-13 04:09:44 -07:00
parent 9ca077bc1e
commit 44723fe32d
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -71,7 +71,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 in ["hyprland", "gnome"]:
if self.environment in ["hyprland", "niri", "gnome"]:
import pystray
def setup(self):
self.visible = True