dexgs / stalonetray

STAnd aLONE TRAY (notification area) implementation for X11

Home Page:https://kolbusa.github.io/stalonetray

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

STAnd aLONE TRAY

Description

Stalonetray is a STAnd-aLONE system TRAY (notification area).x It has minimal build and run-time dependencies: the Xlib only. Stalonetray runs under virtually any window manager.

To start using stalonetray, just copy stalonetrayrc.sample to ~/.stalonetrayrc or to $XDG_CONFIG_HOME/stalonetrayrc. It is well-commented and should suffice for a quick start.

Installation

Package managers are the most convenient way to install stalonetray. It is packaged for several Linux distributions and BSD variants. On Debian and Ubuntu, run:

sudo apt install stalonetray

On Fedora run:

sudo dnf install stalonetray

Building from source

Stalonetray uses autotools. It requires Xlib development packages to be installed. Building documentation requires dockbook and xsltproc.

On Debian and Ubuntu, run:

sudo apt install autoconf automake docbook-xsl libxpm-dev libx11-dev xsltproc

After that run:

aclocal && autoheader && autoconf && automake --add-missing
./configure

The following message should be displayed after a successful configuration:

*
* Debug                  : yes
* Native KDE support     : yes
* XPM background support : yes
* Graceful exit support  : yes
* Build documentation    : yes
*

Then run:

make
make install

About

STAnd aLONE TRAY (notification area) implementation for X11

https://kolbusa.github.io/stalonetray

License:GNU General Public License v2.0


Languages

Language:C 95.8%Language:M4 2.1%Language:Python 1.2%Language:Makefile 0.6%Language:Shell 0.2%Language:Dockerfile 0.1%