Tray icon: white logo, 10% smaller, rsvg-convert rendering
Some checks failed
ci / build-test (push) Has been cancelled
ci / docker-build (push) Has been cancelled
Desktop App / Build Linux (amd64) (push) Has been cancelled
Desktop App / Attach to Release (push) Has been cancelled

This commit is contained in:
2026-07-14 09:06:42 +02:00
parent dd27630be3
commit b446909ea5
4 changed files with 5 additions and 4 deletions

View File

@@ -33,9 +33,6 @@ var assets embed.FS
//go:embed icon.png
var iconPNG []byte
//go:embed icon-dark.png
var iconDarkPNG []byte
const (
keyringService = "com.hubris.oikos-desktop"
keyringUser = "oikos"
@@ -700,7 +697,6 @@ func main() {
systemTray := app.SystemTray.New()
systemTray.SetTooltip("Oikos")
systemTray.SetIcon(iconPNG)
systemTray.SetDarkModeIcon(iconDarkPNG)
trayMenu := application.NewMenu()
trayMenu.Add("Open Oikos").OnClick(func(ctx *application.Context) {