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

https://github.com/agateau/spumoni

Quickly create StatusNotifierItems aka Indicators
https://github.com/agateau/spumoni

Last synced: 9 months ago
JSON representation

Quickly create StatusNotifierItems aka Indicators

Awesome Lists containing this project

README

          

# Spumoni

Easily create StatusNotifierItem apps using any language.

## Usage

spumoni []

## Spumoni "protocol"

### --status

```json
{
"iconName": "",
"overlayIconName": "",
"text": "",
"refresh": double // interval in seconds, 0 = no refresh
"actions": [
{
"id": "",
"text": "",
"iconName": ""
}
]
}
```

### --activate (primary|secondary|increase|decrease)

### --activate-action

## Building it

This application requires Qt 5 and CMake. To build it, do the following:

Get the source:

git clone https://github.com.com/agateau/spumoni
cd spumoni

Build it:

mkdir build
cd build
cmake ..
make
sudo make install

You can also build rpm and deb files using `make package` after `make`.

## License

Released under GPL v3.