Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.