applied xresources
[slock.git] / config.def.h
index 9855e21..233a1b3 100644 (file)
@@ -8,5 +8,16 @@ static const char *colorname[NUMCOLS] = {
        [FAILED] = "#CC3333",   /* wrong password */
 };
 
+
+/*
+ * Xresources preferences to load at startup
+ */
+ResourcePref resources[] = {
+               { "color0",       STRING,  &colorname[INIT] },
+               { "color4",       STRING,  &colorname[INPUT] },
+               { "color1",       STRING,  &colorname[FAILED] },
+               { "color3",       STRING,  &colorname[CAPS] },
+};
+
 /* treat a cleared input like a wrong password (color) */
 static const int failonclear = 1;