#compdef swaylock # # Completion script for swaylock # _arguments -s \ '(-v --version)'{-v,--version}'[Show the version number and quit]' \ '(-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: stretch, fill, fit, center, tile]'