mirror of
https://github.com/kittywitch/konawall-py.git
synced 2026-02-09 04:19: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
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ pillow = "^10.0.1"
|
|||
screeninfo = "^0.8.1"
|
||||
requests = "^2.31.0"
|
||||
termcolor = "^2.3.0"
|
||||
wxpython = "^4.2.1"
|
||||
wxpython = "^4.2.2"
|
||||
humanfriendly = "^10.0"
|
||||
xdg-base-dirs = "^6.0.1"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue