Skip to content

Commit

Permalink
0.9_beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
steelman committed Apr 22, 2016
1 parent c60b707 commit 321e874
Show file tree
Hide file tree
Showing 7 changed files with 1,356 additions and 0 deletions.
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
LDFLAGS=-lXt -L/usr/X11/lib
xystray: Xystray.o xystray.o
$(CC) $(LDFLAGS) $^ -o $@

clean:
rm Xystray.o xystray.o
7 changes: 7 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Xystray is a simple implementation of freedesktop.org systray
specification (a.k.a notification area) for XWindow system. It is meant
for use in simple desktop environments which does not provide such
facility by default eg. FVWM. It may also run under GNOME or KDE but
the default tray programme has to be disabled then.

For details visit: http://steelman.github.com/xystray/index.html
Loading

0 comments on commit 321e874

Please sign in to comment.