major refactoring and add status buttons

This commit is contained in:
kolunmi 2023-02-18 20:35:48 -07:00
parent fe2d0e670f
commit 23bf1d2bb0
2 changed files with 671 additions and 347 deletions

View File

@ -53,7 +53,7 @@ dwlb.o: utf8.h config.h xdg-shell-protocol.h xdg-output-unstable-v1-protocol.h w
dwlb: xdg-shell-protocol.o xdg-output-unstable-v1-protocol.o wlr-layer-shell-unstable-v1-protocol.o
# Library dependencies
dwlb: CFLAGS+=$(shell pkg-config --cflags wayland-client fcft pixman-1)
dwlb: LDLIBS+=$(shell pkg-config --libs wayland-client fcft pixman-1) -lrt
dwlb: CFLAGS+=$(shell pkg-config --cflags wayland-client wayland-cursor fcft pixman-1)
dwlb: LDLIBS+=$(shell pkg-config --libs wayland-client wayland-cursor fcft pixman-1) -lrt
.PHONY: all clean install

1014
dwlb.c

File diff suppressed because it is too large Load Diff