sbar

sbar - a suckless status bar
git clone git://ssnf.xyz/sbar
Log | Files | Refs

commit 156aca8e7cfbb13792d5e10f67e76e4846331d6b
parent 4a0e8d9a2614423f52e1e3caf4cd98dd2c9d0ba9
Author: ssnf <ssnf@ssnf.xyz>
Date:   Fri,  1 Jul 2022 14:04:51 +0000

minor fixes

Diffstat:
MMakefile | 1+
Mconfig.def.h | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,5 @@ CC = c99 +#CFLAGS = -O0 -g -Wall -Wpedantic -D_DEFAULT_SOURCE CFLAGS = -Os -Wall -Wpedantic -D_DEFAULT_SOURCE LIBS = -lX11 LDFLAGS = ${LIBS} diff --git a/config.def.h b/config.def.h @@ -6,4 +6,5 @@ char* datefmt = "%m/%d %I:%M:%S%p"; Partition part[] = { {"/"}, {"/home"}, + {NULL} };