summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2021-09-02 23:45:56 +0400
committerAndrew Guschin <saintruler@gmail.com>2021-09-02 23:45:56 +0400
commit14068dfebb01001cb732866235df96f84ffb6d82 (patch)
tree189e7a1defddb64be8db1cda9eb79aeffc8c71d8 /config.def.h
parentec94f1e8f8a9ef263ff1be098901d1708be4804d (diff)
Added PKGBUILD and patches dpms and messageHEADmaster
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 9855e21..ef9bb60 100644
--- a/config.def.h
+++ b/config.def.h
@@ -10,3 +10,15 @@ static const char *colorname[NUMCOLS] = {
/* treat a cleared input like a wrong password (color) */
static const int failonclear = 1;
+
+/* time in seconds before the monitor shuts down */
+static const int monitortime = 5;
+
+/* default message */
+static const char * message = "Suckless: Software that sucks less.";
+
+/* text color */
+static const char * text_color = "#ffffff";
+
+/* text size (must be a valid size) */
+static const char * font_name = "6x10";