mirror of
https://github.com/swaywm/sway.git
synced 2025-11-26 06:59:59 -05:00
Documentation and style fixes for swaylock
This commit is contained in:
parent
34e2c70abc
commit
46bd2bb5df
3 changed files with 89 additions and 100 deletions
|
|
@ -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,8 +63,23 @@ 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.
|
||||
|
||||
*--linecolor* <rrggbb[aa]>::
|
||||
Sets the color of the lines that separate the inside and outside of the
|
||||
indicator.
|
||||
|
||||
*-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.
|
||||
|
||||
*--ringvercolor* <rrggbb[aa]>::
|
||||
Sets the color of the outside of the indicator when verifying.
|
||||
|
|
@ -66,22 +87,11 @@ Options
|
|||
*--ringwrongcolor* <rrggbb[aa]>::
|
||||
Sets the color of the outside of the indicator when invalid.
|
||||
|
||||
*--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.
|
||||
|
||||
*--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
|
||||
-------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue