From 4cc1051aaacc1c50dcd7f533688d7657f1f12f97 Mon Sep 17 00:00:00 2001 From: auric <104602845+ihateamongus@users.noreply.github.com> Date: Sun, 7 Sep 2025 22:50:17 -0500 Subject: Center logo and refresh accent color faster --- slock/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'slock/config.mk') diff --git a/slock/config.mk b/slock/config.mk index dcd27d0..5c17d5e 100644 --- a/slock/config.mk +++ b/slock/config.mk @@ -11,8 +11,8 @@ X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib # includes and libs -INCS = -I. -I/usr/include -I${X11INC} -LIBS = -L/usr/lib -lc -lcrypt -L${X11LIB} -lX11 -lXext -lXrandr +INCS = -I. -I/usr/include -I${X11INC} $(shell pkg-config --cflags xft imlib2) +LIBS = -L/usr/lib -lc -lcrypt -L${X11LIB} -lX11 -lXext -lXrandr $(shell pkg-config --libs xft imlib2) # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE -DHAVE_SHADOW_H -- cgit v1.2.3