aboutsummaryrefslogtreecommitdiff
path: root/swaylock/swaylock.1.scd
diff options
context:
space:
mode:
authorRobinhuett <5955614+Robinhuett@users.noreply.github.com>2019-01-10 20:14:54 +0100
committerBrian Ashworth <bosrsf04@gmail.com>2019-01-10 16:14:18 -0500
commit33d9de88efa7642e20b37493ff60ad0e9689ea47 (patch)
tree25724f4ae562927cf69e4ec3976bc8b5556fc1bd /swaylock/swaylock.1.scd
parent212baf2f75dca0279759ce6c27cfc68541b1b922 (diff)
swaylock: Add caps lock state to indicator
Implements customization for the indicator as proposed in #2788 with comments from #3367 in mind. The default behaviour does not change exept for the caps lock text color.
Diffstat (limited to 'swaylock/swaylock.1.scd')
-rw-r--r--swaylock/swaylock.1.scd25
1 files changed, 25 insertions, 0 deletions
diff --git a/swaylock/swaylock.1.scd b/swaylock/swaylock.1.scd
index 9f39a913..2c7979be 100644
--- a/swaylock/swaylock.1.scd
+++ b/swaylock/swaylock.1.scd
@@ -44,6 +44,12 @@ Locks your Wayland session.
Display the given image, optionally only on the given output. Use -c to set
a background color.
+*-L, --disable-caps-lock-text*
+ Disable the Caps Lock Text.
+
+*-l, --indicator-caps-lock*
+ Show the current Caps Lock state also on the indicator.
+
*-s, --scaling*
Scaling mode for images: _stretch_, _fill_, _fit_, _center_, or _tile_.
@@ -58,6 +64,12 @@ Locks your Wayland session.
*--bs-hl-color* <rrggbb[aa]>
Sets the color of backspace highlight segments.
+*--caps-lock-bs-hl-color* <rrggbb[aa]>
+ Sets the color of backspace highlight segments when Caps Lock is active.
+
+*--caps-lock-bs-hl-color* <rrggbb[aa]>
+ Sets the color of the key press highlight segments when Caps Lock is active.
+
*--font* <font>
Sets the font of the text inside the indicator.
@@ -75,6 +87,9 @@ Locks your Wayland session.
*--inside-clear-color* <rrggbb[aa]>
Sets the color of the inside of the indicator when cleared.
+*--inside-caps-lock-color* <rrggbb[aa]>
+ Sets the color of the inside of the indicator when Caps Lock is active.
+
*--inside-ver-color* <rrggbb[aa]>
Sets the color of the inside of the indicator when verifying.
@@ -92,6 +107,10 @@ Locks your Wayland session.
Sets the color of the lines that separate the inside and outside of the
indicator when cleared.
+*--line-caps-lock-color* <rrggbb[aa]>
+ Sets the color of the line between the inside and ring when Caps Lock
+ is active.
+
*--line-ver-color* <rrggbb[aa]>
Sets the color of the lines that separate the inside and outside of the
indicator when verifying.
@@ -114,6 +133,9 @@ Locks your Wayland session.
*--ring-clear-color* <rrggbb[aa]>
Sets the color of the outside of the indicator when cleared.
+*--ring-caps-lock-color* <rrggbb[aa]>
+ Sets the color of the ring of the indicator when Caps Lock is active.
+
*--ring-ver-color* <rrggbb[aa]>
Sets the color of the outside of the indicator when verifying.
@@ -129,6 +151,9 @@ Locks your Wayland session.
*--text-clear-color* <rrggbb[aa]>
Sets the color of the text inside the indicator when cleared.
+*--text-caps-lock-color* <rrggbb[aa]>
+ Sets the color of the text when Caps Lock is active.
+
*--text-ver-color* <rrggbb[aa]>
Sets the color of the text inside the indicator when verifying.