From 0c1e9aff781666e827d6de9bd002a8bb3cda5fa3 Mon Sep 17 00:00:00 2001 From: Andy Date: Thu, 30 Apr 2026 22:15:43 +0300 Subject: [PATCH] Add gogpu/systray to GUI Interaction --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb2fdebbbb6..d2ecf7bc4e4 100644 --- a/README.md +++ b/README.md @@ -1454,6 +1454,7 @@ _Toolkits_ _Interaction_ - [AppIndicator Go](https://github.com/gopherlibs/appindicator) - Go bindings for libappindicator3 C library. +- [gogpu/systray](https://github.com/gogpu/systray) - Pure Go system tray library for Windows, macOS, and Linux with zero CGO (part of [GoGPU](https://github.com/gogpu) ecosystem). - [gosx-notifier](https://github.com/deckarep/gosx-notifier) - OSX Desktop Notifications library for Go. - [mac-activity-tracker](https://github.com/prashantgupta24/activity-tracker) - OSX library to notify about any (pluggable) activity on your machine. - [mac-sleep-notifier](https://github.com/prashantgupta24/mac-sleep-notifier) - OSX Sleep/Wake notifications in golang.