From 1620d98411981f7899d1a6e2946ad3eb5367b115 Mon Sep 17 00:00:00 2001 From: Jakub Profota Date: Thu, 5 Mar 2020 22:49:07 +0100 Subject: [PATCH] Added --indicator-x\y-position --- completions/zsh/_swaylock | 2 ++ 1 file changed, 2 insertions(+) diff --git a/completions/zsh/_swaylock b/completions/zsh/_swaylock index 5852bbd..9e9f788 100644 --- a/completions/zsh/_swaylock +++ b/completions/zsh/_swaylock @@ -22,6 +22,8 @@ _arguments -s \ '(--indicator-idle-visible)'--indicator-idle-visible'[Sets the indicator to show even if idle]' \ '(--indicator-radius)'--indicator-radius'[Sets the indicator radius]:radius:' \ '(--indicator-thickness)'--indicator-thickness'[Sets the indicator thickness]:thickness:' \ + '(--indicator-x-position)'--indicator-x-position'[Sets the horizontal position of the indicator]' \ + '(--indicator-y-position)'--indicator-y-position'[Sets the vertical position of the indicator]' \ '(--inside-caps-lock-color)'--inside-caps-lock-color'[Sets the color of the inside of the indicator when Caps Lock is active]:color:' \ '(--inside-clear-color)'--inside-clear-color'[Sets the color of the inside of the indicator when cleared]:color:' \ '(--inside-color)'--inside-color'[Sets the color of the inside of the indicator]:color:' \