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)
- Host: GitHub
- URL: https://github.com/equeim/snw-plugin
- Owner: equeim
- License: gpl-3.0
- Created: 2016-09-04T15:33:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T17:27:11.000Z (about 9 years ago)
- Last Synced: 2025-11-10T22:31:50.580Z (7 months ago)
- Topics: mate-panel, statusnotifier, vala, xfce4-panel
- Language: Vala
- Homepage:
- Size: 473 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).