summaryrefslogtreecommitdiff
path: root/i3lock.1
diff options
context:
space:
mode:
Diffstat (limited to 'i3lock.1')
-rw-r--r--i3lock.18
1 files changed, 7 insertions, 1 deletions
diff --git a/i3lock.1 b/i3lock.1
index 214d22a..cb45870 100644
--- a/i3lock.1
+++ b/i3lock.1
@@ -21,10 +21,12 @@ i3lock \- slightly improved version of slock
.RB [\|\-d\|]
.RB [\|\-i
.IR image.xpm \|]
+.RB [\|\-c
+.IR color \|]
.SH DESCRIPTION
.B i3lock
-locks your screen by making it white. To quit
+locks your screen by making it white (default). To quit
.B i3lock
just enter your password.
@@ -71,6 +73,10 @@ you did not disable this in your X server).
Display the given XPM image instead of a blank screen. You can convert an image to
XPM by using convert(1) from ImageMagick or GIMP for example.
+.TP
+.B \-c, \-\-color
+Turns the screen into the given color instead of white. Color must be given in 6-byte format: rrggbb (i.e. ff0000 is red)
+
.SH AUTHOR
Michael Stapelberg <michael+i3lock at stapelberg dot de>