sb

shitty bar for dwm
git clone git://git.ckyln.com/~cem/sb.git
Log | Files | Refs | README | LICENSE

commit 42a86f9985b3e7b61a5a3d3726e76f25e702cf50
parent 3b31cc5b7a14f981f905bef17ace7e51ee8a516e
Author: Cem Keylan <cem@ckyln.com>
Date:   Sat, 21 Dec 2019 22:02:29 +0300

change conf variable

Diffstat:
MMakefile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -7,7 +7,7 @@ VERSION = 1.2 # path PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man -CONF = ~/.config/sbrc +CONF = \$$HOME/.config/sbrc all: options build @@ -16,6 +16,7 @@ options: @echo PREFIX = ${PREFIX} @echo MANPREFIX = ${MANPREFIX} @echo VERSION = ${VERSION} + @echo CONF = ${CONF} build: @echo Generating sb from sb.in