corrected misspellings of the word "notification" (#287)
This commit is contained in:
@@ -3,9 +3,9 @@ complete -c swaync-client -s h -l help --description "Show help options"
|
||||
complete -c swaync-client -s v -l version --description "Prints version"
|
||||
complete -c swaync-client -s R -l reload-config --description "Reload the config file" -r
|
||||
complete -c swaync-client -s rs -l reload-css --description "Reload the css file. Location change requires restart" -r
|
||||
complete -c swaync-client -s t -l toggle-panel --description "Toggle the notificaion panel" -r
|
||||
complete -c swaync-client -s op -l open-panel --description "Opens the notificaion panel" -r
|
||||
complete -c swaync-client -s cp -l close-panel --description "Closes the notificaion panel" -r
|
||||
complete -c swaync-client -s t -l toggle-panel --description "Toggle the notification panel" -r
|
||||
complete -c swaync-client -s op -l open-panel --description "Opens the notification panel" -r
|
||||
complete -c swaync-client -s cp -l close-panel --description "Closes the notification panel" -r
|
||||
complete -c swaync-client -s d -l toggle-dnd --description "Toggle and print the current dnd state" -r
|
||||
complete -c swaync-client -s D -l get-dnd --description "Print the current dnd state" -r
|
||||
complete -c swaync-client -s dn -l dnd-on --description "Turn dnd on and print the new dnd state" -r
|
||||
@@ -15,10 +15,10 @@ complete -c swaync-client -s In -l get-num-inhibitors --description "Print numbe
|
||||
complete -c swaync-client -s Ia -l inhibitor-add --description "Add an inhibitor" -r
|
||||
complete -c swaync-client -s Ir -l inhibitor-remove --description "Remove an inhibitor" -r
|
||||
complete -c swaync-client -s Ic -l inhibitors-clear --description "Clears all inhibitors" -r
|
||||
complete -c swaync-client -s c -l count --description "Print the current notificaion count" -r
|
||||
complete -c swaync-client -s c -l count --description "Print the current notification count" -r
|
||||
complete -c swaync-client -l hide-latest --description "Hides latest notification. Still shown in Control Center" -r
|
||||
complete -c swaync-client -l close-latest --description "Closes latest notification" -r
|
||||
complete -c swaync-client -s C -l close-all --description "Closes all notifications" -r
|
||||
complete -c swaync-client -s sw -l skip-wait --description "Doesn't wait when swaync hasn't been started" -r
|
||||
complete -c swaync-client -s s -l subscribe --description "Subscribe to notificaion add and close events" -r
|
||||
complete -c swaync-client -s swb -l subscribe-waybar --description "Subscribe to notificaion add and close events with waybar support. Read README for example" -r
|
||||
complete -c swaync-client -s s -l subscribe --description "Subscribe to notification add and close events" -r
|
||||
complete -c swaync-client -s swb -l subscribe-waybar --description "Subscribe to notification add and close events with waybar support. Read README for example" -r
|
||||
|
@@ -5,9 +5,9 @@ _arguments -s \
|
||||
'(-v --version)'{-v,--version}'[Prints version]' \
|
||||
'(-R --reload-config)'{-R,--reload-config}'[Reload the config file]' \
|
||||
'(-rs --reload-css)'{-rs,--reload-css}'[Reload the css file. Location change requires restart]' \
|
||||
'(-t --toggle-panel)'{-t,--toggle-panel}'[Toggle the notificaion panel]' \
|
||||
'(-op --open-panel)'{-op,--open-panel}'[Opens the notificaion panel]' \
|
||||
'(-cp --close-panel)'{-cp,--close-panel}'[Closes the notificaion panel]' \
|
||||
'(-t --toggle-panel)'{-t,--toggle-panel}'[Toggle the notification panel]' \
|
||||
'(-op --open-panel)'{-op,--open-panel}'[Opens the notification panel]' \
|
||||
'(-cp --close-panel)'{-cp,--close-panel}'[Closes the notification panel]' \
|
||||
'(-d --toggle-dnd)'{-d,--toggle-dnd}'[Toggle and print the current dnd state]' \
|
||||
'(-D --get-dnd)'{-D,--get-dnd}'[Print the current dnd state]' \
|
||||
'(-dn --dnd-on)'{-dn,--dnd-on}'[Turn dnd on and print the new dnd state]' \
|
||||
@@ -17,10 +17,10 @@ _arguments -s \
|
||||
'(-Ia --inhibitor-add)'{-Ia,--inhibitor-add}'[Add an inhibitor]' \
|
||||
'(-Ir --inhibitor-remove)'{-Ir,--inhibitor-remove}'[Remove an inhibitor]' \
|
||||
'(-Ic --inhibitors-clear)'{-Ic,--inhibitors-clear}'[Clears all inhibitors]' \
|
||||
'(-c --count)'{-c,--count}'[Print the current notificaion count]' \
|
||||
'(-c --count)'{-c,--count}'[Print the current notification count]' \
|
||||
'(--hide-latest)'--hide-latest'[Closes all notifications]' \
|
||||
'(--close-latest)'--close-latest'[Hides latest notification. Still shown in Control Center]' \
|
||||
'(-C --close-all)'{-C,--close-all}'[Closes latest notification]' \
|
||||
'(-sw --skip-wait)'{-sw,--skip-wait}"[Doesn't wait when swaync hasn't been started]" \
|
||||
'(-s --subscribe)'{-s,--subscribe}'[Subscribe to notificaion add and close events]' \
|
||||
'(-swb --subscribe-waybar)'{-swb,--subscribe-waybar}'[Subscribe to notificaion add and close events with waybar support. Read README for example]' \
|
||||
'(-s --subscribe)'{-s,--subscribe}'[Subscribe to notification add and close events]' \
|
||||
'(-swb --subscribe-waybar)'{-swb,--subscribe-waybar}'[Subscribe to notification add and close events with waybar support. Read README for example]' \
|
||||
|
Reference in New Issue
Block a user