mirror of
https://github.com/kittywitch/konawall-py.git
synced 2026-02-09 12:29:19 -08:00
feat: move kde to pysystray for plasma 6
This commit is contained in:
parent
936050d035
commit
c3ff5ef5e4
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue