From 54e7225e280c90e204cf3462f60abf670b3e3bfd Mon Sep 17 00:00:00 2001 From: Andrew Conrad Date: Sun, 18 Jun 2017 21:58:19 -0500 Subject: [PATCH] Correct swaylock man page description of -i and -c --- completions/zsh/_swaylock | 2 +- swaylock/swaylock.1.txt | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/completions/zsh/_swaylock b/completions/zsh/_swaylock index 3d4f650e2..16ef1cb56 100644 --- a/completions/zsh/_swaylock +++ b/completions/zsh/_swaylock @@ -7,7 +7,7 @@ _arguments -s \ '(-v --version)'{-v,--version}'[Show the version number and quit]' \ '(-h --help)'{-h,--help}'[Show help message and quit]' \ '(-f --daemonize)'{-f, --daemonize}'[Detach from the controlling terminal]\ - '(-c --color)'{-c,--color}'[Specify a color (rrggbb) instead of white]' \ + '(-c --color)'{-c,--color}'[Specify a color (rrggbb)]' \ '(-i --image)'{-i,--image}'[Display an image]:files:_files' \ '(-s --scaling)'{-s,--scaling}'[Scaling mode]:mode:(stretch fill fit center tile)' \ '(-u --no-unlock-indicator)'{-u,--no-unlock-indicator}'[Disable the unlock indicator]' diff --git a/swaylock/swaylock.1.txt b/swaylock/swaylock.1.txt index 1cc775470..0e503f29c 100644 --- a/swaylock/swaylock.1.txt +++ b/swaylock/swaylock.1.txt @@ -23,12 +23,13 @@ Options Show help message and quit. *-c, \--color* :: - Turn the screen into the given color instead of white. If an image is in use, - also enables color display. This option and -i are mutually exclusive. + Turn the screen into the given color. If -i is used, this sets the + background of the image to the given color. Defaults to white (ffffff), or + transparent (00000000) if an image is in use. *-i, \--image* [:]:: - Display the given image, optionally only on the given output. This option - and -c are mutually exclusive. + Display the given image, optionally only on the given output. Use -c to set + a background color. *--scaling*:: Scaling mode for images: stretch, fill, fit, center, or tile.