diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-02-22 02:26:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-22 02:26:19 -0500 |
commit | 7f58ea5ec23ffded76a147a243aede34405e417b (patch) | |
tree | 5b8222416cf425c2c2dee123a13dd774fd2a368c /swaylock/swaylock.1.txt | |
parent | f68d2fb33c433d13def0921db561eb23d400683c (diff) | |
parent | 692768230385d7d63938d7a40e9253c0f028d1cb (diff) | |
download | sway-7f58ea5ec23ffded76a147a243aede34405e417b.tar.xz |
Merge pull request #1081 from 4e554c4c/swaylock_colors
Feature for #1078: Configurable swaylock colors
Diffstat (limited to 'swaylock/swaylock.1.txt')
-rw-r--r-- | swaylock/swaylock.1.txt | 49 |
1 files changed, 48 insertions, 1 deletions
diff --git a/swaylock/swaylock.1.txt b/swaylock/swaylock.1.txt index c139fb4a..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,6 +45,53 @@ 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. + +*--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. + +*--insidewrongcolor* <rrggbb[aa]>:: + Sets the color of the inside of the indicator when invalid. + +*--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. + +*--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. + +*--textcolor* <rrggbb[aa]>:: + Sets the color of the text inside the indicator. Authors ------- |