diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-05-25 12:03:49 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-05-25 12:03:49 +0000 |
commit | b7b5eae7d8788de9183fed05b97dcfabb738290f (patch) | |
tree | f72088442c403d37dd2dc0e55c718ca2f97d2431 /slock/config.h | |
parent | 8c65a77150db1013d5be1eff3711461de21e0da0 (diff) |
changes
Diffstat (limited to 'slock/config.h')
-rw-r--r-- | slock/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/slock/config.h b/slock/config.h index 6f12b0d..e4867df 100644 --- a/slock/config.h +++ b/slock/config.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* user and group to drop privileges to */ | 1 | /* user and group to drop privileges to */ |
2 | static const char *user = "nobody"; | 2 | static const char *user = "fd0e"; |
3 | static const char *group = "nogroup"; | 3 | static const char *group = "fd0e"; |
4 | 4 | ||
5 | static const char *colorname[NUMCOLS] = { | 5 | static const char *colorname[NUMCOLS] = { |
6 | [INIT] = "black", /* after initialization */ | 6 | [INIT] = "black", /* after initialization */ |
@@ -21,4 +21,4 @@ static const char * text_color = "#a8fffe"; | |||
21 | static const char * font_name = "fixed"; | 21 | static const char * font_name = "fixed"; |
22 | 22 | ||
23 | /* time in seconds before the monitor shuts down */ | 23 | /* time in seconds before the monitor shuts down */ |
24 | static const int monitortime = 5; | 24 | static const int monitortime = 3; |