|
8 | 8 | .fi
|
9 | 9 | ..
|
10 | 10 |
|
11 |
| -.TH i3lock-color 1 "JAN 2022" Linux "User Manuals" |
| 11 | +.TH i3lock-color 1 "SEP 2022" Linux "User Manuals" |
12 | 12 |
|
13 | 13 | .SH NAME
|
14 | 14 | i3lock-color \- improved screen locker
|
@@ -42,8 +42,8 @@ i3lock forks, so you can combine it with an alias to suspend to RAM
|
42 | 42 | (run "i3lock && echo mem > /sys/power/state" to get a locked screen after waking
|
43 | 43 | up your computer from suspend to RAM)
|
44 | 44 | .IP \[bu]
|
45 |
| -You can specify either a background color or a PNG image which will be displayed |
46 |
| -while your screen is locked. |
| 45 | +You can specify either a PNG or JPG image, a GIF animation or a background |
| 46 | +color which will be displayed while your screen is locked. |
47 | 47 | .IP \[bu]
|
48 | 48 | You can specify whether i3lock should bell upon a wrong password.
|
49 | 49 | .IP \[bu]
|
@@ -73,12 +73,12 @@ verified or whether it is wrong).
|
73 | 73 |
|
74 | 74 | .TP
|
75 | 75 | .BI \-i\ path \fR,\ \fB\-\-image= path
|
76 |
| -Display the given PNG image instead of a blank screen. |
| 76 | +Display the given PNG/JPG image or GIF animation instead of a blank screen. |
77 | 77 |
|
78 | 78 | .TP
|
79 | 79 | .BI \fB\-\-raw= format
|
80 |
| -Read the image given by \-\-image as a raw image instead of PNG. The argument is |
81 |
| -the image's format as <width>x<height>:<pixfmt>. |
| 80 | +Read the image given by \-\-image as a raw image instead of PNG/JPG/GIF. The |
| 81 | +argument is the image's format as <width>x<height>:<pixfmt>. |
82 | 82 | The supported pixel formats are:
|
83 | 83 | \'native', 'rgb', 'xrgb', 'rgbx', 'bgr', 'xbgr', and 'bgrx'.
|
84 | 84 | The "native" pixel format expects a pixel as a 32-bit (4-byte) integer in
|
|
0 commit comments