diff --git a/completions/fish/swaylock.fish b/completions/fish/swaylock.fish index 88675bf..41416a3 100644 --- a/completions/fish/swaylock.fish +++ b/completions/fish/swaylock.fish @@ -18,6 +18,8 @@ complete -c swaylock -l indicator-caps-lock -s l --description "Show the curr complete -c swaylock -l indicator-idle-visible --description "Sets the indicator to show even if idle." complete -c swaylock -l indicator-radius --description "Sets the indicator radius." complete -c swaylock -l indicator-thickness --description "Sets the indicator thickness." +complete -c swaylock -l indicator-x-position --description "Sets the horizontal position of the indicator." +complete -c swaylock -l indicator-y-position --description "Sets the vertical position of the indicator." complete -c swaylock -l inside-caps-lock-color --description "Sets the color of the inside of the indicator when Caps Lock is active." complete -c swaylock -l inside-clear-color --description "Sets the color of the inside of the indicator when cleared." complete -c swaylock -l inside-color --description "Sets the color of the inside of the indicator."