Properly render tray icons

This commit is contained in:
David Heinemeier Hansson
2026-07-13 09:56:20 -07:00
parent 17efd5e493
commit cb8ab2d9f4
2 changed files with 46 additions and 13 deletions
+1
View File
@@ -12,6 +12,7 @@ hl.env("HYPRCURSOR_SIZE", "24")
hl.env("GDK_BACKEND", "wayland,x11,*")
hl.env("QT_QPA_PLATFORM", "wayland;xcb")
hl.env("QT_STYLE_OVERRIDE", "kvantum")
hl.env("QT_QPA_PLATFORMTHEME", "gtk3")
hl.env("MOZ_ENABLE_WAYLAND", "1")
hl.env("ELECTRON_OZONE_PLATFORM_HINT", "wayland")
hl.env("OZONE_PLATFORM", "wayland")