summaryrefslogtreecommitdiff
path: root/i3lock.1
diff options
context:
space:
mode:
authorJan-Erik Rediger <badboy@archlinux.us>2009-07-31 21:35:40 +0200
committerMichael Stapelberg <michael@stapelberg.de>2009-08-02 19:38:38 +0200
commit9c4dee2e8633d4ff2c9787fc3f1b6591338c41f5 (patch)
tree676b6d55508d78d0d2870164eb59cb15d334e431 /i3lock.1
parentc1a91badbed68ab63e1109bf74902e2f88bae008 (diff)
adding option to choose background color
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>