]> git.armaanb.net Git - slock.git/blobdiff - config.mk
end{pw,sp}ent() can only be called after get{pw,sp}ent()
[slock.git] / config.mk
index cfa5369474140ac6e2e384da82012339c7f6bdf1..8cc3f6820fda57dced4cfcda706d0863e0832e10 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 # slock version
-VERSION = 0.9
+VERSION = 1.2
 
 # Customize below to fit your system
 
@@ -14,7 +14,7 @@ INCS = -I. -I/usr/include -I${X11INC}
 LIBS = -L/usr/lib -lc -lcrypt -L${X11LIB} -lX11 -lXext
 
 # flags
-CPPFLAGS = -DVERSION=\"${VERSION}\" -DHAVE_SHADOW_H
+CPPFLAGS = -DVERSION=\"${VERSION}\" -DHAVE_SHADOW_H -DCOLOR1=\"black\" -DCOLOR2=\"\#005577\"
 CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
 LDFLAGS = -s ${LIBS}