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

https://github.com/equeim/snw-plugin

Plugin for xfce4-panel and mate-panel to show StatusNotifierItems (also known as AppIndicators)
https://github.com/equeim/snw-plugin

mate-panel statusnotifier vala xfce4-panel

Last synced: 4 months ago
JSON representation

Plugin for xfce4-panel and mate-panel to show StatusNotifierItems (also known as AppIndicators)

Awesome Lists containing this project

README

          

# Project is temporarily suspended. I won't be able to support my projects until 2018 spring

# snw-plugin
Plugin for xfce4-panel and mate-panel to show StatusNotifierItems (also known as AppIndicators)

## Installation
Dependencies:
* Python (build only)
* Vala (build only)
* intltool (build only)
* libdbusmenu-gtk2 or libdbusmenu-gtk3
* xfce4-panel or mate-panel

### Building
```
# xfce4-panel GTK+ 2
./waf configure

# xfce4-panel GTK+ 3
./waf configure --gtk3

# mate-panel GTK+ 2
./waf configure --mate

# mate-panel GTK+ 3
./waf configure --mate --gtk3

./waf build
./waf install
```

### Distributions
#### Arch Linux
[xfce4-snw-plugin](https://aur.archlinux.org/packages/xfce4-snw-plugin)
[mate-snw-plugin](https://aur.archlinux.org/packages/mate-snw-plugin)

#### Gentoo
Ebuilds are available in [my overlay](https://github.com/equeim/equeim-overlay).