Commit Diff


commit - 8f1e38c94770a28fa94dbfe8b2f6240ed2ef7cd5
commit + 6d5e8963cf47ce0a157b8202683ec2080b2fdeab
blob - 31153c068ee4a709a48d8a194869f010b4732cdb
blob + 7336a036a87847436a989f72e809c9626f50132e
--- Makefile
+++ Makefile
@@ -109,7 +109,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-dmenu2: ${SRC_PD2}
 	@mkdir -p bin
blob - a2a8b9c0b3896521382ad56a0ad02c07e3e13e1d
blob + d729daf3e1a699687a0a5d535e7279213c0e257d
--- config.mk
+++ config.mk
@@ -8,4 +8,3 @@ VERSION = "benni-0.1"
 
 CPPFLAGS = -D_BSD_SOURCE -D__BSD_VISIBLE -D_XOPEN_SOURCE=700 -DPREFIX=\"${PREFIX}\" -DVERSION=\"${VERSION}\" -DTERM=\"${TERM}\"  -DXINERAMA
 CFLAGS = -std=c23 -pedantic -Wall -Wextra -Wno-sign-compare -O2 ${CPPFLAGS}
-
blob - 42274df1731f0174eb3ebd0a0b28cbb082e5267d
blob + f7a0d59b6ce066dde9a1929dfc73e30b2fadab0e
--- 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=14"
 
 #define UNUSED __attribute__((unused))
blob - 10b480481025199cdc3ee700c3b1c9add5a03c81
blob + 23c4b3189fc0a03f590547e2d2346f3c9da1636a
--- 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=20:antialias=true:autohint=true";
 static int borderpx = 2;
 
 /*