summaryrefslogtreecommitdiffstats
path: root/swaylock/swaylock.1.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-02-22 02:26:19 -0500
committerLibravatar GitHub <noreply@github.com>2017-02-22 02:26:19 -0500
commit7f58ea5ec23ffded76a147a243aede34405e417b (patch)
tree5b8222416cf425c2c2dee123a13dd774fd2a368c /swaylock/swaylock.1.txt
parentMerge pull request #1080 from SirCmpwn/ipc-security (diff)
parentMerge branch 'master' into swaylock_colors (diff)
downloadsway-7f58ea5ec23ffded76a147a243aede34405e417b.tar.gz
sway-7f58ea5ec23ffded76a147a243aede34405e417b.tar.zst
sway-7f58ea5ec23ffded76a147a243aede34405e417b.zip
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.txt49
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
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,6 +45,53 @@ 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
54*--font* <font>::
55 Sets the font of the text inside the indicator.
56
57*--insidecolor* <rrggbb[aa]>::
58 Sets the color of the inside of the indicator when typing or idle.
59
60*--insidevercolor* <rrggbb[aa]>::
61 Sets the color of the inside of the indicator when verifying.
62
63*--insidewrongcolor* <rrggbb[aa]>::
64 Sets the color of the inside of the indicator when invalid.
65
66*--keyhlcolor* <rrggbb[aa]>::
67 Sets the color of keypress highlight segments.
68
69*--linecolor* <rrggbb[aa]>::
70 Sets the color of the lines that separate the inside and outside of the
71 indicator.
72
73*-s, \--line-uses-inside*::
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.
80
81*--ringcolor* <rrggbb[aa]>::
82 Sets the color of the outside of the indicator when typing or idle.
83
84*--ringvercolor* <rrggbb[aa]>::
85 Sets the color of the outside of the indicator when verifying.
86
87*--ringwrongcolor* <rrggbb[aa]>::
88 Sets the color of the outside of the indicator when invalid.
89
90*--separatorcolor* <rrggbb[aa]>::
91 Sets the color of the lines that seperate highlight segments.
92
93*--textcolor* <rrggbb[aa]>::
94 Sets the color of the text inside the indicator.
48 95
49Authors 96Authors
50------- 97-------