summaryrefslogtreecommitdiffstats
path: root/swaylock/swaylock.1.scd
diff options
context:
space:
mode:
Diffstat (limited to 'swaylock/swaylock.1.scd')
-rw-r--r--swaylock/swaylock.1.scd88
1 files changed, 57 insertions, 31 deletions
diff --git a/swaylock/swaylock.1.scd b/swaylock/swaylock.1.scd
index 1b3366f0..eea62c2a 100644
--- a/swaylock/swaylock.1.scd
+++ b/swaylock/swaylock.1.scd
@@ -12,23 +12,25 @@ Locks your Wayland session.
12 12
13# OPTIONS 13# OPTIONS
14 14
15*-h, --help*
16 Show help message and quit.
17
18*-c, --color* <rrggbb[aa]> 15*-c, --color* <rrggbb[aa]>
19 Turn the screen into the given color. If -i is used, this sets the 16 Turn the screen into the given color. If -i is used, this sets the
20 background of the image to the given color. Defaults to white (FFFFFF), or 17 background of the image to the given color. Defaults to white (FFFFFF), or
21 transparent (00000000) if an image is in use. 18 transparent (00000000) if an image is in use.
22 19
20*-e, --ignore-empty-password*
21 When an empty password is provided by the user, do not validate it.
22
23*-f, --daemonize* 23*-f, --daemonize*
24 Fork into the background after spawning. Note: this is the default behavior 24 Detach from the controlling terminal after locking.
25 of i3lock. 25
26*-h, --help*
27 Show help message and quit.
26 28
27*-i, --image* [<output>:]<path> 29*-i, --image* [<output>:]<path>
28 Display the given image, optionally only on the given output. Use -c to set 30 Display the given image, optionally only on the given output. Use -c to set
29 a background color. 31 a background color.
30 32
31*--scaling* 33*-s, --scaling*
32 Scaling mode for images: _stretch_, _fill_, _fit_, _center_, or _tile_. 34 Scaling mode for images: _stretch_, _fill_, _fit_, _center_, or _tile_.
33 35
34*-t, --tiling* 36*-t, --tiling*
@@ -37,37 +39,57 @@ Locks your Wayland session.
37*-u, --no-unlock-indicator* 39*-u, --no-unlock-indicator*
38 Disable the unlock indicator. 40 Disable the unlock indicator.
39 41
40*-f, --daemonize*
41 Detach from the controlling terminal after locking.
42
43*-v, --version* 42*-v, --version*
44 Show the version number and quit. 43 Show the version number and quit.
45 44
46# APPEARANCE 45# APPEARANCE
47 46
48*--bshlcolor* <rrggbb[aa]> 47*--bs-hl-color* <rrggbb[aa]>
49 Sets the color of backspace highlight segments. 48 Sets the color of backspace highlight segments.
50 49
51*--font* <font> 50*--font* <font>
52 Sets the font of the text inside the indicator. 51 Sets the font of the text inside the indicator.
53 52
54*--insidecolor* <rrggbb[aa]> 53*--indicator-radius* <radius>
54 Sets the radius of the indicator to _radius_ pixels. The default value is
55 50.
56
57*--indicator-thickness* <thickness>
58 Sets the thickness of the indicator to _thickness_ pixels. The default value
59 is 10.
60
61*--inside-color* <rrggbb[aa]>
55 Sets the color of the inside of the indicator when typing or idle. 62 Sets the color of the inside of the indicator when typing or idle.
56 63
57*--insidevercolor* <rrggbb[aa]> 64*--inside-clear-color* <rrggbb[aa]>
65 Sets the color of the inside of the indicator when cleared.
66
67*--inside-ver-color* <rrggbb[aa]>
58 Sets the color of the inside of the indicator when verifying. 68 Sets the color of the inside of the indicator when verifying.
59 69
60*--insidewrongcolor* <rrggbb[aa]> 70*--inside-wrong-color* <rrggbb[aa]>
61 Sets the color of the inside of the indicator when invalid. 71 Sets the color of the inside of the indicator when invalid.
62 72
63*--keyhlcolor* <rrggbb[aa]> 73*--key-hl-color* <rrggbb[aa]>
64 Sets the color of keypress highlight segments. 74 Sets the color of key press highlight segments.
75
76*--line-color* <rrggbb[aa]>
77 Sets the color of the lines that separate the inside and outside of the
78 indicator when typing or idle.
79
80*--line-clear-color* <rrggbb[aa]>
81 Sets the color of the lines that separate the inside and outside of the
82 indicator when cleared.
83
84*--line-ver-color* <rrggbb[aa]>
85 Sets the color of the lines that separate the inside and outside of the
86 indicator when verifying.
65 87
66*--linecolor* <rrggbb[aa]> 88*--line-wrong-color* <rrggbb[aa]>
67 Sets the color of the lines that separate the inside and outside of the 89 Sets the color of the lines that separate the inside and outside of the
68 indicator. 90 indicator when invalid.
69 91
70*-s, --line-uses-inside* 92*-n, --line-uses-inside*
71 Use the color of the inside of the indicator for the line separating the 93 Use the color of the inside of the indicator for the line separating the
72 inside and outside of the indicator. 94 inside and outside of the indicator.
73 95
@@ -75,28 +97,32 @@ Locks your Wayland session.
75 Use the outer ring's color for the line separating the inside and outside of 97 Use the outer ring's color for the line separating the inside and outside of
76 the indicator. 98 the indicator.
77 99
78*--ringcolor* <rrggbb[aa]> 100*--ring-color* <rrggbb[aa]>
79 Sets the color of the outside of the indicator when typing or idle. 101 Sets the color of the outside of the indicator when typing or idle.
80 102
81*--ringvercolor* <rrggbb[aa]> 103*--ring-clear-color* <rrggbb[aa]>
104 Sets the color of the outside of the indicator when cleared.
105
106*--ring-ver-color* <rrggbb[aa]>
82 Sets the color of the outside of the indicator when verifying. 107 Sets the color of the outside of the indicator when verifying.
83 108
84*--ringwrongcolor* <rrggbb[aa]> 109*--ring-wrong-color* <rrggbb[aa]>
85 Sets the color of the outside of the indicator when invalid. 110 Sets the color of the outside of the indicator when invalid.
86 111
87*--separatorcolor* <rrggbb[aa]> 112*--separator-color* <rrggbb[aa]>
88 Sets the color of the lines that seperate highlight segments. 113 Sets the color of the lines that separate highlight segments.
89 114
90*--textcolor* <rrggbb[aa]> 115*--text-color* <rrggbb[aa]>
91 Sets the color of the text inside the indicator. 116 Sets the color of the text inside the indicator when typing or idle.
92 117
93*--indicator-radius* <radius> 118*--text-clear-color* <rrggbb[aa]>
94 Sets the radius of the indicator to _radius_ pixels. The default value is 119 Sets the color of the text inside the indicator when cleared.
95 50.
96 120
97*--indicator-thickness* <thickness> 121*--text-ver-color* <rrggbb[aa]>
98 Sets the thickness of the indicator to _thickness_ pixels. The default value 122 Sets the color of the text inside the indicator when verifying.
99 is 10. 123
124*--text-wrong-color* <rrggbb[aa]>
125 Sets the color of the text inside the indicator when invalid.
100 126
101# AUTHORS 127# AUTHORS
102 128