mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -05:00
swaybar: complete barconfig_update event handling
This adds complete support for the barconfig_update ipc event. This also changes the bar command and subcommand handlers to correctly emit the event. This makes it so all bar subcommands other than id and swaybar_command are dynamically changeable at runtime. sway-bar.5 has been updated accordingly
This commit is contained in:
parent
187306640b
commit
1fd2c6ba49
15 changed files with 412 additions and 321 deletions
|
|
@ -755,18 +755,6 @@ The default colors are:
|
|||
*workspace_layout* default|stacking|tabbed
|
||||
Specifies the initial layout for new workspaces.
|
||||
|
||||
# BAR CONTROL
|
||||
|
||||
*bar hidden_state* hide|show|toggle [<bar_id>]
|
||||
Sets the hidden state of the bar (see *sway-bar*(5)), either individually,
|
||||
by specifying a bar id, or if none is given, for all bar instances.
|
||||
_toggle_ switches between _hide_ and _show_.
|
||||
|
||||
*bar mode* dock|hide|invisible|toggle [<bar_id>]
|
||||
Sets the mode of the bar (see *sway-bar*(5)), either individually,
|
||||
by specifying a bar id, or if none is given, for all bar instances.
|
||||
_toggle_ switches between _dock_ and _hide_.
|
||||
|
||||
# CRITERIA
|
||||
|
||||
A criteria is a string in the form of, for example:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue