summaryrefslogtreecommitdiff
path: root/slock
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2020-05-25 12:03:49 +0000
committerShubham Saini <shubham6405@gmail.com>2020-05-25 12:03:49 +0000
commitb7b5eae7d8788de9183fed05b97dcfabb738290f (patch)
treef72088442c403d37dd2dc0e55c718ca2f97d2431 /slock
parent8c65a77150db1013d5be1eff3711461de21e0da0 (diff)
changes
Diffstat (limited to 'slock')
-rw-r--r--slock/config.h6
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 */
2static const char *user = "nobody"; 2static const char *user = "fd0e";
3static const char *group = "nogroup"; 3static const char *group = "fd0e";
4 4
5static const char *colorname[NUMCOLS] = { 5static const char *colorname[NUMCOLS] = {
6 [INIT] = "black", /* after initialization */ 6 [INIT] = "black", /* after initialization */
@@ -21,4 +21,4 @@ static const char * text_color = "#a8fffe";
21static const char * font_name = "fixed"; 21static 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 */
24static const int monitortime = 5; 24static const int monitortime = 3;