summaryrefslogtreecommitdiffstats
path: root/swaylock/swaylock.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'swaylock/swaylock.1.txt')
-rw-r--r--swaylock/swaylock.1.txt46
1 files changed, 28 insertions, 18 deletions
diff --git a/swaylock/swaylock.1.txt b/swaylock/swaylock.1.txt
index 9c6c3e10..c5e3dcf7 100644
--- a/swaylock/swaylock.1.txt
+++ b/swaylock/swaylock.1.txt
@@ -29,7 +29,7 @@ Options
29*-i, \--image* [<output>:]<path>:: 29*-i, \--image* [<output>:]<path>::
30 Display the given image, optionally only on the given output. 30 Display the given image, optionally only on the given output.
31 31
32*-s, \--scaling*:: 32*--scaling*::
33 Scaling mode for images: stretch, fill, fit, center, or tile. 33 Scaling mode for images: stretch, fill, fit, center, or tile.
34 34
35*-t, --tiling*:: 35*-t, --tiling*::
@@ -45,11 +45,17 @@ Options
45 Use the specified socket path. Otherwise, swaymsg will ask sway where the 45 Use the specified socket path. Otherwise, swaymsg will ask sway where the
46 socket is (which is the value of $SWAYSOCK, then of $I3SOCK). 46 socket is (which is the value of $SWAYSOCK, then of $I3SOCK).
47 47
48Appearance
49----------
50
51*--bshlcolor* <rrggbb[aa]>::
52 Sets the color of backspace highlight segments.
53
48*--font* <font>:: 54*--font* <font>::
49 Sets the font of the text inside the indicator. 55 Sets the font of the text inside the indicator.
50 56
51*--textcolor* <rrggbb[aa]>:: 57*--insidecolor* <rrggbb[aa]>::
52 Sets the color of the text inside the indicator. 58 Sets the color of the inside of the indicator when typing or idle.
53 59
54*--insidevercolor* <rrggbb[aa]>:: 60*--insidevercolor* <rrggbb[aa]>::
55 Sets the color of the inside of the indicator when verifying. 61 Sets the color of the inside of the indicator when verifying.
@@ -57,31 +63,35 @@ Options
57*--insidewrongcolor* <rrggbb[aa]>:: 63*--insidewrongcolor* <rrggbb[aa]>::
58 Sets the color of the inside of the indicator when invalid. 64 Sets the color of the inside of the indicator when invalid.
59 65
60*--insidecolor* <rrggbb[aa]>:: 66*--keyhlcolor* <rrggbb[aa]>::
61 Sets the color of the inside of the indicator when typing or idle. 67 Sets the color of keypress highlight segments.
62 68
63*--ringvercolor* <rrggbb[aa]>:: 69*--linecolor* <rrggbb[aa]>::
64 Sets the color of the outside of the indicator when verifying. 70 Sets the color of the lines that separate the inside and outside of the
71 indicator.
65 72
66*--ringwrongcolor* <rrggbb[aa]>:: 73*-s, \--line-uses-inside*::
67 Sets the color of the outside of the indicator when invalid. 74 Use the color of the inside of the indicator for the line separating the
75 inside and outside of the indicator.
76
77*-r, \--line-uses-ring*::
78 Use the outer ring's color for the line separating the inside and outside of
79 the indicator.
68 80
69*--ringcolor* <rrggbb[aa]>:: 81*--ringcolor* <rrggbb[aa]>::
70 Sets the color of the outside of the indicator when typing or idle. 82 Sets the color of the outside of the indicator when typing or idle.
71 83
72*--linecolor* <rrggbb[aa]>:: 84*--ringvercolor* <rrggbb[aa]>::
73 Sets the color of the lines that separate the inside and outside of the 85 Sets the color of the outside of the indicator when verifying.
74 indicator. 86
87*--ringwrongcolor* <rrggbb[aa]>::
88 Sets the color of the outside of the indicator when invalid.
75 89
76*--separatorcolor* <rrggbb[aa]>:: 90*--separatorcolor* <rrggbb[aa]>::
77 Sets the color of the lines that seperate highlight segments. 91 Sets the color of the lines that seperate highlight segments.
78 92
79*--keyhlcolor* <rrggbb[aa]>:: 93*--textcolor* <rrggbb[aa]>::
80 Sets the color of keypress highlight segments. 94 Sets the color of the text inside the indicator.
81
82*--bshlcolor* <rrggbb[aa]>::
83 Sets the color of backspace highlight segments.
84
85 95
86Authors 96Authors
87------- 97-------