sway-bar(5) File Formats Manual sway-bar(5) NAME sway-bar - bar configuration file and commands DESCRIPTION Sway allows configuring swaybar in the sway configuration file. COMMANDS The following commands may only be used in the configuration file. id Sets the ID of the bar. swaybar_command Executes custom bar command. Default is swaybar. The following commands may be used either in the configuration file or at runtime. 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. binding_mode_indicator yes|no Enable or disable binding mode indicator. Default is yes. font Specifies the font to be used in the bar. font should be specified as a pango font description. For more information on pango font descriptions, see https://docs.gtk.org/Pango/type_func.FontDescription.from_string.html#description 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. 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. For compatibility with i3, bar hidden_state hide|show [] is supported along with the sway only bar hidden_state hide|show syntax. When using the i3 syntax, if bar-id is omitted, the hidden_state will be changed for all bars. Attempting to use bar hidden_state hide|show will result in an error due to conflicting bar ids. 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. For compatibility with i3, bar mode [] syntax is supported along with the sway only bar mode syntax. When using the i3 syntax, if bar-id is omitted, the mode will be changed for all bars. Attempting to use bar mode will result in an error due to conflicting bar ids. modifier |none Specifies the modifier key that shows a hidden bar. Default is Mod4. 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. * can be given at any point to reset it back to all outputs. pango_markup enabled|disabled Enables or disables pango markup for status lines. This has no effect on status lines using the i3bar JSON protocol. position top|bottom Sets position of the bar. Default is bottom. separator_symbol Specifies the separator symbol to separate blocks on the bar. 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 swaybar's JSON status line protocol. See swaybar-protocol(7) for more information on the protocol 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 - 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. 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. 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. unbindcode [--release] Removes the binding with the given . unbindsym [--release] button[1-9]| Removes the binding with the given