add --no-unlock-indicator to swaylock

This commit is contained in:
Zandr Martin 2016-05-26 10:16:34 -05:00
parent bcbef246d2
commit 54d38d3931
3 changed files with 14 additions and 3 deletions

View file

@ -8,4 +8,5 @@ _arguments -s \
'(-h --help)'{-h,--help}'[Show help message and quit]' \
'(-c --color)'{-c,--color}'[Specify a color (rrggbb) instead of white]' \
'(-i --image)'{-i,--image}'[Display an image]:files:_files' \
'(-s --scaling)'{-s,--scaling}'[Scaling mode]:mode:(stretch fill fit center tile)'
'(-s --scaling)'{-s,--scaling}'[Scaling mode]:mode:(stretch fill fit center tile)' \
'(-u --no-unlock-indicator)'{-u,--no-unlock-indicator}'[Disable the unlock indicator]'