mirror of
https://github.com/kittywitch/konawall-py.git
synced 2026-02-09 12:29:19 -08:00
fix: eto, bleh (niri appindicator)
This commit is contained in:
parent
9ca077bc1e
commit
44723fe32d
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ class Konawall(wx.adv.TaskBarIcon):
|
||||||
# Set up the taskbar icon, menu, bindings, ...
|
# Set up the taskbar icon, menu, bindings, ...
|
||||||
icon = self.generate_icon()
|
icon = self.generate_icon()
|
||||||
self.SetIcon(icon, self.title_string)
|
self.SetIcon(icon, self.title_string)
|
||||||
if self.environment in ["hyprland", "gnome"]:
|
if self.environment in ["hyprland", "niri", "gnome"]:
|
||||||
import pystray
|
import pystray
|
||||||
def setup(self):
|
def setup(self):
|
||||||
self.visible = True
|
self.visible = True
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue