feat: move kde to pysystray for plasma 6

This commit is contained in:
Kat Inskip 2025-02-16 17:38:51 -08:00
parent 936050d035
commit c3ff5ef5e4
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 2 additions and 2 deletions

View file

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