Statusbar with icons for spectrwm - BSD

Users browsing this thread: 1 Guest(s)
nopc0de
Members
Yea, this is the script I pipe to dzen2: http://ix.io/neb (I also tried with ^fn())
It shows a blank bar.

Compiling lemonbar gives the following:
lemonbar.c:51: warning: declaration does not declare anything
lemonbar.c: In function 'fill_gradient':
lemonbar.c:116: error: 'rgba_t' has no member named 'r'

I don't know how to fix that, I can't write C.

Thanks for helping me btw


UPDATE:

I was able to compile lemonbar on openbsd with the following command:
LDFLAGS="-L/usr/X11R6/lib/" CFLAGS="-I/usr/X11R6/include/" CC=egcc gmake

(requires pkg_add xcb gcc)


Messages In This Thread
Statusbar with icons for spectrwm - by nopc0de - 05-01-2016, 11:08 AM
RE: Statusbar with icons for spectrwm - by z3bra - 06-01-2016, 06:38 AM
RE: Statusbar with icons for spectrwm - by z3bra - 06-01-2016, 11:19 AM
RE: Statusbar with icons for spectrwm - by nopc0de - 06-01-2016, 04:58 PM