Added --indicator-x/y-position

This commit is contained in:
Jakub Profota 2020-03-05 22:46:17 +01:00 committed by Drew DeVault
parent 6015f4450d
commit 18e2a70ddb

View File

@ -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-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-radius --description "Sets the indicator radius."
complete -c swaylock -l indicator-thickness --description "Sets the indicator thickness." 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-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-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." complete -c swaylock -l inside-color --description "Sets the color of the inside of the indicator."