increase fontsize

This commit is contained in:
speedie 2022-12-05 22:07:59 +01:00
parent 63c96d1bd4
commit 3b9490285d

View file

@ -60,7 +60,7 @@ static int automove = 1; /* Allow clients to automatic
static int autoresize = 1; /* Allow resizing clients automatically when they request it. */
/* Font options */
static char font[] = "Noto Sans Regular 7"; /* Font to draw the bar with */
static char font[] = "Noto Sans Regular 9"; /* Font to draw the bar with */
/* Status options */
static char defaultstatus[] = ""; /* What to print when a status bar is not running */