Commit Diff


commit - df291d33850711014589de7aef66c2ba650ae738
commit + 30f88da12616b20b092c4da45dc688e4d52c9fba
blob - 46d97573ed2e8331f836b354ea3e2a1fe6950016
blob + d6587a519eddf9d79969940733db046b39e0ce8a
--- Makefile
+++ Makefile
@@ -104,7 +104,7 @@ bin/xbgcd: xbgcd/xbgcd.c xbgcd/config.h
 
 bin/slock: ${SRC_SLOCK} ${HDR_SLOCK}
 	@mkdir -p bin
-	${CC} -o $@ ${SRC_SLOCK} ${CFLAGS} `pkg-config --cflags --libs x11 xext xrandr` -lpthread
+	${CC} -o $@ ${SRC_SLOCK} ${CFLAGS} `pkg-config --cflags --libs x11 xext xrandr` -lpthread -lcrypt
 
 bin/pinentry-dmenu: ${SRC_PD} ${HDR_PD}
 	@mkdir -p bin
blob - 42274df1731f0174eb3ebd0a0b28cbb082e5267d
blob + b77a432577e9ec700bdafcc60eccfa3f86520a32
--- master.h
+++ master.h
@@ -1,4 +1,4 @@
 #define BUGREPORT "Benjamin Stürz <benni@stuerz.xyz>"
-#define TOPBAR_FONT "monospace:size=6"
+#define TOPBAR_FONT "monospace:size=10"
 
 #define UNUSED __attribute__((unused))
blob - 10b480481025199cdc3ee700c3b1c9add5a03c81
blob + cbc4f0f435e6bce191538a845142cee0eb761e12
--- st/config.h
+++ st/config.h
@@ -5,7 +5,7 @@
  *
  * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
  */
-static char *font = "Liberation Mono:pixelsize=14:antialias=true:autohint=true";
+static char *font = "Liberation Mono:pixelsize=16:antialias=true:autohint=true";
 static int borderpx = 2;
 
 /*