sway-bar(5) # NAME sway-bar - bar configuration file and commands # DESCRIPTION Sway allows configuring swaybar in the sway configuration file. # COMMANDS *status_command* Executes the bar _status command_ with _sh -c_. Each line of text printed to stdout from this command will be displayed in the status area of the bar. You may also use the i3bar JSON protocol: https://i3wm.org/docs/i3bar-protocol.html If running this command via IPC, you can disable a running status command by setting the command to a single dash: _swaybar bar bar-0 status\_command -_ *pango_markup* enabled|disabled Enables or disables pango markup for status lines. This has no effect on status lines using the i3bar JSON protocol. *id* Sets the ID of the bar. *position* top|bottom Sets position of the bar. Default is _bottom_. *output* Restrict the bar to a certain output, can be specified multiple times. If the output command is omitted, the bar will be displayed on all outputs. *swaybar_command* Executes custom bar command. Default is _swaybar_. *font* Specifies the font to be used in the bar. *separator_symbol* Specifies the separator symbol to separate blocks on the bar. *wrap_scroll* yes|no Enables or disables wrapping when scrolling through workspaces with the scroll wheel. Default is _no_. *workspace_buttons* yes|no Enables or disables workspace buttons on the bar. Default is _yes_. *strip_workspace_name* yes|no If set to _yes_, then workspace names will be omitted from the workspace button and only the custom number will be shown. Default is _no_. *strip_workspace_numbers* yes|no If set to _yes_, then workspace numbers will be omitted from the workspace button and only the custom name will be shown. Default is _no_. *binding_mode_indicator* yes|no Enable or disable binding mode indicator. Default is _yes_. *gaps* | | Sets the gaps from the edge of the screen for the bar. Gaps can either be set all at once, per direction, or per side. Note that only sides that touch an edge of the screen can have gaps. For the side that does not touch an edge of the screen, per-side outer gaps for workspaces may be of use. *height* Sets the height of the bar. Default height (0) will match the font size. *bindcode* [--release] Executes _command_ when the mouse button has been pressed (or if _released_ is given, when the button has been released). The buttons can be given as an event code, which can be obtaining from `libinput debug-events`. To disable the default behavior for a button, use the command _nop_. *bindsym* [--release] button[1-9]| Executes _command_ when the mouse button has been pressed (or if _released_ is given, when the button has been released). The buttons can be given as a x11 button number or an event name, which can be obtained from `libinput debug-events`. To disable the default behavior for a button, use the command _nop_. *mode* dock|hide|invisible|overlay Specifies the visibility of the bar. In _dock_ mode, it is permanently visible at one edge of the screen. In _hide_ mode, it is hidden unless the modifier key is pressed, though this behaviour depends on the hidden state. In _invisible_ mode, it is permanently hidden. In _overlay_ mode, it is permanently visible on top of other windows. (In _overlay_ mode the bar is transparent to input events.) Default is _dock_. *hidden_state* hide|show Specifies the behaviour of the bar when it is in _hide_ mode. When the hidden state is _hide_, then it is normally hidden, and only unhidden by pressing the modifier key or in case of urgency hints. When the hidden state is _show_, then it is permanently visible, drawn on top of the currently visible workspace. Default is _hide_. *modifier* |none Specifies the modifier key that shows a hidden bar. Default is _Mod4_. *status_padding* Sets the vertical padding that is used for the status line. The default is _1_. If _padding_ is _0_, blocks will be able to take up the full height of the bar. This value will be multiplied by the output scale. *status_edge_padding* Sets the padding that is used when the status line is at the right edge of the bar. This value will be multiplied by the output scale. The default is _3_. *unbindcode* [--release] Removes the binding with the given . *unbindsym* [--release] button[1-9]| Removes the binding with the given