mirror of
https://github.com/swaywm/sway.git
synced 2024-10-31 21:47:24 +00:00
31 lines
2.9 KiB
Fish
31 lines
2.9 KiB
Fish
# swaynag
|
|
complete -f -c swaynag
|
|
complete -c swaynag -s C -l config -r --description 'The config file to use. Default: $HOME/.swaynag/config, $XDG_CONFIG_HOME/swaynag/config, and SYSCONFDIR/swaynag/config.'
|
|
complete -c swaynag -s d -l debug --description 'Enable debugging.'
|
|
complete -c swaynag -s e -l edge -fr --description 'Set the edge to use: top or bottom'
|
|
complete -c swaynag -s f -l font -r --description 'Set the font to use.'
|
|
complete -c swaynag -s h -l help --description 'Show help message and quit.'
|
|
complete -c swaynag -s b -l button -fr --description 'Create a button with a text and an action which is executed when pressed. Multiple buttons can be defined by providing the flag multiple times.'
|
|
complete -c swaynag -s l -l detailed-message --description 'Read a detailed message from stdin. A button to toggle details will be added. Details are shown in a scrollable multi-line text area.'
|
|
complete -c swaynag -s L -l detailed-button -fr --description 'Set the text for the button that toggles details. This has no effect if there is not a detailed message. The default is "Toggle details".'
|
|
complete -c swaynag -s m -l message -fr --description 'Set the message text.'
|
|
complete -c swaynag -s o -l output -fr --description 'Set the output to use.'
|
|
complete -c swaynag -s s -l dismiss-button -fr --description 'Sets the text for the dismiss nagbar button. The default is "X".'
|
|
complete -c swaynag -s t -l type -fr --description 'Set the message type. Two types are created by default "error" and "warning". Custom types can be defined in the config file.'
|
|
complete -c swaynag -s v -l version --description 'Show the version number and quit.'
|
|
|
|
# Appearance
|
|
complete -c swaynag -l background -fr --description 'Set the color of the background.'
|
|
complete -c swaynag -l border -fr --description 'Set the color of the border.'
|
|
complete -c swaynag -l border-bottom -fr --description 'Set the color of the bottom border.'
|
|
complete -c swaynag -l button-background -fr --description 'Set the color for the background for buttons.'
|
|
complete -c swaynag -l text -fr --description 'Set the text color.'
|
|
complete -c swaynag -l border-bottom-size -fr --description 'Set the thickness of the bottom border.'
|
|
complete -c swaynag -l message-padding -fr --description 'Set the padding for the message.'
|
|
complete -c swaynag -l details-border-size -fr --description 'Set the thickness for the details border.'
|
|
complete -c swaynag -l button-border-size -fr --description 'Set the thickness for the button border.'
|
|
complete -c swaynag -l button-gap -fr --description 'Set the size of the gap between buttons.'
|
|
complete -c swaynag -l button-dismiss-gap -fr --description 'Set the size of the gap between the dismiss button and another button.'
|
|
complete -c swaynag -l button-margin-right -fr --description 'Set the margin from the right of the dismiss button to edge.'
|
|
complete -c swaynag -l button-padding -fr --description 'Set the padding for the button text.'
|