diff options
Diffstat (limited to 'swaylock/swaylock.1.txt')
-rw-r--r-- | swaylock/swaylock.1.txt | 46 |
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 *-i, \--image* [<output>:]<path>:: Display the given image, optionally only on the given output. -*-s, \--scaling*:: +*--scaling*:: Scaling mode for images: stretch, fill, fit, center, or tile. *-t, --tiling*:: @@ -45,11 +45,17 @@ Options Use the specified socket path. Otherwise, swaymsg will ask sway where the socket is (which is the value of $SWAYSOCK, then of $I3SOCK). +Appearance +---------- + +*--bshlcolor* <rrggbb[aa]>:: + Sets the color of backspace highlight segments. + *--font* <font>:: Sets the font of the text inside the indicator. -*--textcolor* <rrggbb[aa]>:: - Sets the color of the text inside the indicator. +*--insidecolor* <rrggbb[aa]>:: + Sets the color of the inside of the indicator when typing or idle. *--insidevercolor* <rrggbb[aa]>:: Sets the color of the inside of the indicator when verifying. @@ -57,31 +63,35 @@ Options *--insidewrongcolor* <rrggbb[aa]>:: Sets the color of the inside of the indicator when invalid. -*--insidecolor* <rrggbb[aa]>:: - Sets the color of the inside of the indicator when typing or idle. +*--keyhlcolor* <rrggbb[aa]>:: + Sets the color of keypress highlight segments. -*--ringvercolor* <rrggbb[aa]>:: - Sets the color of the outside of the indicator when verifying. +*--linecolor* <rrggbb[aa]>:: + Sets the color of the lines that separate the inside and outside of the + indicator. -*--ringwrongcolor* <rrggbb[aa]>:: - Sets the color of the outside of the indicator when invalid. +*-s, \--line-uses-inside*:: + Use the color of the inside of the indicator for the line separating the + inside and outside of the indicator. + +*-r, \--line-uses-ring*:: + Use the outer ring's color for the line separating the inside and outside of + the indicator. *--ringcolor* <rrggbb[aa]>:: Sets the color of the outside of the indicator when typing or idle. -*--linecolor* <rrggbb[aa]>:: - Sets the color of the lines that separate the inside and outside of the - indicator. +*--ringvercolor* <rrggbb[aa]>:: + Sets the color of the outside of the indicator when verifying. + +*--ringwrongcolor* <rrggbb[aa]>:: + Sets the color of the outside of the indicator when invalid. *--separatorcolor* <rrggbb[aa]>:: Sets the color of the lines that seperate highlight segments. -*--keyhlcolor* <rrggbb[aa]>:: - Sets the color of keypress highlight segments. - -*--bshlcolor* <rrggbb[aa]>:: - Sets the color of backspace highlight segments. - +*--textcolor* <rrggbb[aa]>:: + Sets the color of the text inside the indicator. Authors ------- |