From 18e2a70ddbab2368b6555b8682e5c95ae47d20d3 Mon Sep 17 00:00:00 2001 From: Jakub Profota Date: Thu, 5 Mar 2020 22:46:17 +0100 Subject: [PATCH] Added --indicator-x/y-position --- completions/fish/swaylock.fish | 2 ++ 1 file changed, 2 insertions(+) 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."