GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
waybar-wlr-workspaces(5) FreeBSD File Formats Manual waybar-wlr-workspaces(5)

waybar - wlr workspaces module

The workspaces module displays the currently used workspaces in wayland compositor.

Addressed by wlr/workspaces

format:
typeof: string
default: {name}
The format, how information should be displayed.

format-icons:
typeof: array
Based on the workspace name and state, the corresponding icon gets selected. See icons.

sort-by-name:
typeof: bool
default: true
Should workspaces be sorted by name.

sort-by-coordinates:
typeof: bool
default: true
Should workspaces be sorted 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:
typeof: bool
default: false
If set to false workspaces group will be shown only in assigned output. Otherwise all workspace groups are shown.

active-only:
typeof: bool
default: false
If set to true only active or urgent workspaces will be shown.

{name}: Name of workspace assigned by compositor

{icon}: Icon, as defined in format-icons.

activate: Switch to workspace.

close: Close the workspace.

Additional 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

"wlr/workspaces": {
	"format": "{name}: {icon}",
	"format-icons": {
		"1": "",
		"2": "",
		"3": "",
		"4": "",
		"5": "",
		"focused": "",
		"default": ""
	}
}

#workspaces
#workspaces button
#workspaces button.active
#workspaces button.urgent
#workspaces button.hidden
2022-06-08

Search for    or go to Top of page |  Section 5 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.