Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remko/go-sni
Go implementation of Freedesktop.org StatusNotifierItem specification
https://github.com/remko/go-sni
dbus freedesktop go golang statusnotifieritem system-tray tray-icon
Last synced: 21 days ago
JSON representation
Go implementation of Freedesktop.org StatusNotifierItem specification
- Host: GitHub
- URL: https://github.com/remko/go-sni
- Owner: remko
- License: mit
- Created: 2022-08-20T07:44:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-20T08:24:52.000Z (over 2 years ago)
- Last Synced: 2024-06-20T03:55:11.794Z (7 months ago)
- Topics: dbus, freedesktop, go, golang, statusnotifieritem, system-tray, tray-icon
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `go-sni`: Go implementation of Freedesktop.org StatusNotifierItem specification
[![Go Reference](https://pkg.go.dev/badge/github.com/remko/go-sni.svg)](https://pkg.go.dev/github.com/remko/go-sni)
This is the client implementation of the [Freedesktop.org StatusNotifierItem
specification](https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/).
This can be used to display icons in the system tray.## API
See the [API Reference](https://godoc.org/github.com/remko/go-sni).
## Example
See the example in the `example/` dir.