https://steelman.github.io/xystray/
GitHub
https://github.com/steelman/xystray
It says installation is simple: download, untar, make and copy xystray where you like. But make command gives error.
Code: Select all
/usr/bin/ld: warning: creating DT_TEXTREL in a PIE
collect2: error: ld returned 1 exit status
make: *** [Makefile:3: xystray] Error 1
Code: Select all
LDFLAGS=-lX11 -lXt -L/usr/X11/lib
xystray: Xystray.o xystray.o
$(CC) $(LDFLAGS) $^ -o $@
clean:
rm Xystray.o xystray.o