|
NAMEwaybar - wlr workspaces moduleDESCRIPTIONThe workspaces module displays the currently used workspaces in wayland compositor.CONFIGURATIONAddressed by wlr/workspacesformat:
format-icons:
sort-by-name:
sort-by-coordinates:
Note that if both sort-by-name and
sort-by-coordinates are true sort by name will be first. If both are
false - sort by id will be performed.
all-outputs:
active-only:
FORMAT REPLACEMENTS{name}: Name of workspace assigned by compositor{icon}: Icon, as defined in format-icons. CLICK ACTIONSactivate: Switch to workspace.close: Close the workspace. ICONSAdditional to workspace name matching, the following format-icons can be set.•default: Will be shown, when no string
match is found.
•focused: Will be shown, when workspace is
focused
EXAMPLES"wlr/workspaces": { "format": "{name}: {icon}", "format-icons": { "1": "", "2": "", "3": "", "4": "", "5": "", "focused": "", "default": "" } } Style•#workspaces
•#workspaces button
•#workspaces button.active
•#workspaces button.urgent
•#workspaces button.hidden
Visit the GSP FreeBSD Man Page Interface. |