diff options
| author | Andrew Guschin <saintruler@gmail.com> | 2021-09-02 23:45:56 +0400 |
|---|---|---|
| committer | Andrew Guschin <saintruler@gmail.com> | 2021-09-02 23:45:56 +0400 |
| commit | 14068dfebb01001cb732866235df96f84ffb6d82 (patch) | |
| tree | 189e7a1defddb64be8db1cda9eb79aeffc8c71d8 /config.def.h | |
| parent | ec94f1e8f8a9ef263ff1be098901d1708be4804d (diff) | |
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 12 |
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"; |