-->
import Quickshell.I3
The number of this workspace
Last JSON returned for this workspace, as a JavaScript object.
This updates every time we receive a workspace
event from i3/Sway
The monitor this workspace is being displayed on
If this workspace is currently active on a monitor and that monitor is currently focused. See also active.
The name of this workspace
If this workspace is currently active on its monitor. See also focused.
The ID of this workspace, it is unique for i3/Sway launch
Deprecated: use number
If a window in this workspace has an urgent notification
Activate the workspace.
NOTE
This is equivalent to running
I3.dispatch(`workspace number ${workspace.number}`);