2018-05-12 01:13:43 +00:00
|
|
|
sway-bar(5)
|
|
|
|
|
|
|
|
# NAME
|
|
|
|
|
2016-03-17 14:35:43 +00:00
|
|
|
sway-bar - bar configuration file and commands
|
|
|
|
|
2018-05-12 01:13:43 +00:00
|
|
|
# DESCRIPTION
|
2016-03-17 14:35:43 +00:00
|
|
|
|
2018-09-28 17:24:49 +00:00
|
|
|
Sway allows configuring swaybar in the sway configuration file.
|
2016-03-17 14:35:43 +00:00
|
|
|
|
2018-05-12 01:13:43 +00:00
|
|
|
# COMMANDS
|
2016-03-17 14:35:43 +00:00
|
|
|
|
2019-09-03 01:41:11 +00:00
|
|
|
The following commands may only be used in the configuration file.
|
2016-04-24 16:57:35 +00:00
|
|
|
|
2019-01-27 16:27:34 +00:00
|
|
|
*id* <bar_id>
|
2016-03-17 14:35:43 +00:00
|
|
|
Sets the ID of the bar.
|
|
|
|
|
2019-01-27 16:27:34 +00:00
|
|
|
*swaybar_command* <command>
|
2018-05-12 01:13:43 +00:00
|
|
|
Executes custom bar command. Default is _swaybar_.
|
2016-03-17 14:35:43 +00:00
|
|
|
|
2019-09-03 01:41:11 +00:00
|
|
|
The following commands may be used either in the configuration file or at
|
|
|
|
runtime.
|
2016-03-17 14:35:43 +00:00
|
|
|
|
2019-09-03 01:41:11 +00:00
|
|
|
*bindcode* [--release] <event-code> <command>
|
|
|
|
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_.
|
2018-11-17 16:11:28 +00:00
|
|
|
|
2019-09-03 01:41:11 +00:00
|
|
|
*bindsym* [--release] button[1-9]|<event-name> <command>
|
|
|
|
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_.
|
2016-03-17 14:35:43 +00:00
|
|
|
|
2019-01-27 16:27:34 +00:00
|
|
|
*binding_mode_indicator* yes|no
|
2017-04-12 17:20:53 +00:00
|
|
|
Enable or disable binding mode indicator. Default is _yes_.
|
2016-03-17 14:35:43 +00:00
|
|
|
|
2019-09-03 01:41:11 +00:00
|
|
|
*font* <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,
|
2021-08-04 00:15:04 +00:00
|
|
|
see https://docs.gtk.org/Pango/type_func.FontDescription.from_string.html#description
|
2019-09-03 01:41:11 +00:00
|
|
|
|
2018-11-28 16:23:48 +00:00
|
|
|
*gaps* <all> | <horizontal> <vertical> | <top> <right> <bottom> <left>
|
|
|
|
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.
|
|
|
|
|
2018-05-12 01:13:43 +00:00
|
|
|
*height* <height>
|
2019-01-10 01:58:00 +00:00
|
|
|
Sets the height of the bar. Default height (0) will match the font size.
|
2016-03-17 14:35:43 +00:00
|
|
|
|
2019-09-03 01:41:11 +00:00
|
|
|
*hidden_state* hide|show [<bar-id>]
|
|
|
|
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_.
|
2019-01-10 17:43:10 +00:00
|
|
|
|
2019-09-03 01:41:11 +00:00
|
|
|
For compatibility with i3, _bar hidden_state hide|show [<bar-id>]_ is
|
|
|
|
supported along with the sway only _bar <bar-id> 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 <bar-id1>
|
|
|
|
hidden_state hide|show <bar-id2>_ will result in an error due to
|
|
|
|
conflicting bar ids.
|
2018-10-08 15:40:13 +00:00
|
|
|
|
2019-09-03 01:41:11 +00:00
|
|
|
*mode* dock|hide|invisible|overlay [<bar-id>]
|
2018-10-13 20:44:08 +00:00
|
|
|
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.
|
2019-02-24 05:59:36 +00:00
|
|
|
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_.
|
2018-10-13 20:44:08 +00:00
|
|
|
|
2019-09-03 01:41:11 +00:00
|
|
|
For compatibility with i3, _bar mode <mode> [<bar-id>]_ syntax is supported
|
|
|
|
along with the sway only _bar <bar-id> mode <mode>_ syntax. When using the
|
|
|
|
i3 syntax, if _bar-id_ is omitted, the mode will be changed for all bars.
|
|
|
|
Attempting to use _bar <bar-id1> mode <mode> <bar-id2>_ will result in an
|
|
|
|
error due to conflicting bar ids.
|
2018-10-13 20:44:08 +00:00
|
|
|
|
|
|
|
*modifier* <Modifier>|none
|
|
|
|
Specifies the modifier key that shows a hidden bar. Default is _Mod4_.
|
|
|
|
|
2019-09-03 01:41:11 +00:00
|
|
|
*output* <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* <symbol>
|
|
|
|
Specifies the separator symbol to separate blocks on the bar.
|
|
|
|
|
|
|
|
*status_command* <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 -_
|
2019-01-11 04:43:45 +00:00
|
|
|
|
2019-01-27 16:27:34 +00:00
|
|
|
*status_edge_padding* <padding>
|
2019-01-11 05:12:24 +00:00
|
|
|
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_.
|
|
|
|
|
2019-09-03 01:41:11 +00:00
|
|
|
*status_padding* <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_.
|
|
|
|
|
2019-04-12 16:30:36 +00:00
|
|
|
*unbindcode* [--release] <event-code>
|
|
|
|
Removes the binding with the given <event-code>.
|
|
|
|
|
|
|
|
*unbindsym* [--release] button[1-9]|<event-name>
|
|
|
|
Removes the binding with the given <button> or <event-name>.
|
|
|
|
|
2019-09-03 01:41:11 +00:00
|
|
|
*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_.
|
|
|
|
|
2020-10-03 13:45:26 +00:00
|
|
|
*workspace_min_width* <px> [px]
|
|
|
|
Specifies the minimum width for the workspace buttons on the bar. Default is _0_.
|
|
|
|
|
|
|
|
This setting also applies to the current binding mode indicator.
|
|
|
|
|
2018-05-12 01:13:43 +00:00
|
|
|
## TRAY
|
2017-06-07 23:45:28 +00:00
|
|
|
|
2018-05-12 01:13:43 +00:00
|
|
|
Swaybar provides a system tray where third-party applications may place icons.
|
|
|
|
The following commands configure the tray.
|
2017-06-07 23:45:28 +00:00
|
|
|
|
2019-01-27 16:27:34 +00:00
|
|
|
*tray_bindcode* <event-code>
|
2019-01-16 02:25:28 +00:00
|
|
|
ContextMenu|Activate|SecondaryActivate|ScrollDown|ScrollLeft|ScrollRight|ScrollUp|nop
|
|
|
|
Executes the action when the mouse button has been pressed. The buttons can
|
2019-08-31 12:46:51 +00:00
|
|
|
be given as an event code, which can be obtained from *libinput debug-events*.
|
2019-01-16 02:25:28 +00:00
|
|
|
To disable the default behavior for a button, use the command _nop_.
|
|
|
|
|
2019-01-27 16:27:34 +00:00
|
|
|
*tray_bindsym* button[1-9]|<event-name>
|
2019-01-16 02:25:28 +00:00
|
|
|
ContextMenu|Activate|SecondaryActivate|ScrollDown|ScrollLeft|ScrollRight|ScrollUp|nop
|
|
|
|
Executes the action when the mouse button has been pressed. The buttons can
|
|
|
|
be given as a x11 button number or an event name, which can be obtained
|
2019-08-31 12:46:51 +00:00
|
|
|
from *libinput debug-events*. Use the command _nop_ to disable the default
|
2019-01-16 02:25:28 +00:00
|
|
|
action (Activate for button1, ContextMenu for button2 and SecondaryActivate
|
|
|
|
for button3).
|
2017-06-07 23:45:28 +00:00
|
|
|
|
2019-01-27 16:27:34 +00:00
|
|
|
*tray_padding* <px> [px]
|
2017-06-07 23:45:28 +00:00
|
|
|
Sets the pixel padding of the system tray. This padding will surround the
|
|
|
|
tray on all sides and between each item. The default value for _px_ is 2.
|
2018-12-09 15:10:41 +00:00
|
|
|
|
2019-09-03 01:41:11 +00:00
|
|
|
*tray_output* none|<output>|\*
|
2018-12-09 15:10:41 +00:00
|
|
|
Restrict the tray to a certain output, can be specified multiple times. If
|
|
|
|
omitted, the tray will be displayed on all outputs. Unlike i3bar, swaybar
|
2019-09-03 01:41:11 +00:00
|
|
|
can show icons on any number of bars and outputs without races. _\*_ can be
|
|
|
|
given at any point to reset it to display on all outputs.
|
2017-06-07 23:45:28 +00:00
|
|
|
|
2019-01-27 16:27:34 +00:00
|
|
|
*icon_theme* <name>
|
2017-06-07 23:45:28 +00:00
|
|
|
Sets the icon theme that sway will look for item icons in. This option has
|
|
|
|
no default value, because sway will always default to the fallback theme,
|
|
|
|
hicolor.
|
|
|
|
|
2018-05-12 01:13:43 +00:00
|
|
|
## COLORS
|
2016-03-17 14:35:43 +00:00
|
|
|
|
|
|
|
Colors are defined within a _colors { }_ block inside a _bar { }_ block. Colors
|
2018-05-12 01:13:43 +00:00
|
|
|
must be defined in hex: _#RRGGBB_ or _#RRGGBBAA_.
|
2016-03-17 14:35:43 +00:00
|
|
|
|
2018-05-12 01:13:43 +00:00
|
|
|
*background* <color>
|
2016-03-17 14:35:43 +00:00
|
|
|
Background color of the bar.
|
|
|
|
|
2018-05-12 01:13:43 +00:00
|
|
|
*statusline* <color>
|
2016-03-17 14:35:43 +00:00
|
|
|
Text color to be used for the statusline.
|
|
|
|
|
2018-05-12 01:13:43 +00:00
|
|
|
*separator* <color>
|
2016-03-17 14:35:43 +00:00
|
|
|
Text color to be used for the separator.
|
|
|
|
|
2019-01-27 16:27:34 +00:00
|
|
|
*focused_background* <color>
|
2016-03-17 14:35:43 +00:00
|
|
|
Background color of the bar on the currently focused monitor output. If not
|
|
|
|
used, the color will be taken from _background_.
|
|
|
|
|
2019-01-27 16:27:34 +00:00
|
|
|
*focused_statusline* <color>
|
2016-03-17 14:35:43 +00:00
|
|
|
Text color to be used for the statusline on the currently focused monitor
|
|
|
|
output. If not used, the color will be taken from _statusline_.
|
|
|
|
|
2019-01-27 16:27:34 +00:00
|
|
|
*focused_separator* <color>
|
2016-03-17 14:35:43 +00:00
|
|
|
Text color to be used for the separator on the currently focused monitor
|
|
|
|
output. If not used, the color will be taken from _separator_.
|
|
|
|
|
2019-01-27 16:27:34 +00:00
|
|
|
*focused_workspace* <border> <background> <text>
|
2016-03-17 14:35:43 +00:00
|
|
|
Border, background and text color for a workspace button when the workspace
|
|
|
|
has focus.
|
|
|
|
|
2019-01-27 16:27:34 +00:00
|
|
|
*active_workspace* <border> <background> <text>
|
2018-05-12 01:13:43 +00:00
|
|
|
Border, background and text color for a workspace button when the workspace
|
|
|
|
is active (visible) on some output, but the focus is on another one. You
|
|
|
|
can only tell this apart from the focused workspace when you are using
|
|
|
|
multiple monitors.
|
2016-03-17 14:35:43 +00:00
|
|
|
|
2019-01-27 16:27:34 +00:00
|
|
|
*inactive_workspace* <border> <background> <text>
|
2016-03-17 14:35:43 +00:00
|
|
|
Border, background and text color for a workspace button when the workspace
|
|
|
|
does not have focus and is not active (visible) on any output. This will be
|
|
|
|
the case for most workspaces.
|
|
|
|
|
2019-01-27 16:27:34 +00:00
|
|
|
*urgent_workspace* <border> <background> <text>
|
2016-03-17 14:35:43 +00:00
|
|
|
Border, background and text color for a workspace button when the workspace
|
|
|
|
contains a window with the urgency hint set.
|
|
|
|
|
2019-01-27 16:27:34 +00:00
|
|
|
*binding_mode* <border> <background> <text>
|
2016-03-17 14:35:43 +00:00
|
|
|
Border, background and text color for the binding mode indicator. If not used,
|
2019-01-27 16:27:34 +00:00
|
|
|
the colors will be taken from _urgent_workspace_.
|
2016-03-17 14:35:43 +00:00
|
|
|
|
2018-05-12 01:13:43 +00:00
|
|
|
# SEE ALSO
|
2016-03-17 14:35:43 +00:00
|
|
|
|
2019-05-30 06:58:46 +00:00
|
|
|
*sway*(5) *swaybar-protocol*(7)
|