mirror of
https://github.com/zdharma-continuum/zinit-configs.git
synced 2025-01-31 04:08:16 +01:00
92f7b7ff82
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
17 lines
592 B
Text
17 lines
592 B
Text
#compdef dynamicwall
|
|
|
|
# zsh completions for 'dynamicwall'
|
|
# automatically generated with http://github.com/RobSis/zsh-completion-generator
|
|
local arguments
|
|
|
|
arguments=(
|
|
{-f,--force}'[update wallpaper immediately, optionally to a specific time]'
|
|
{-p,--preview}'[run a 24 hour preview for a certain theme]'
|
|
{-c,--config}'[edit your config file using your default editor]'
|
|
{-s,--status}'[display systemd service status/crontab and system-sleep script log]'
|
|
{-l,--list}'[list available themes to choose from]'
|
|
{-h,--help}'[show help]'
|
|
'*:filename:_files'
|
|
)
|
|
|
|
_arguments -s $arguments
|