Update waybar-hyprland-workspaces.5.scd
parent
495b63d7dc
commit
75e21c4853
|
@ -25,6 +25,8 @@ Addressed by *hyprland/workspaces*
|
||||||
|
|
||||||
*{id}*: id of workspace assigned by compositor
|
*{id}*: id of workspace assigned by compositor
|
||||||
|
|
||||||
|
*{name}*: workspace name assigned by compositor
|
||||||
|
|
||||||
*{icon}*: Icon, as defined in *format-icons*.
|
*{icon}*: Icon, as defined in *format-icons*.
|
||||||
|
|
||||||
# ICONS
|
# ICONS
|
||||||
|
@ -48,7 +50,9 @@ Additional to workspace name matching, the following *format-icons* can be set.
|
||||||
"active": "",
|
"active": "",
|
||||||
"default": ""
|
"default": ""
|
||||||
},
|
},
|
||||||
"sort-by-number": true
|
"sort-by-number": true,
|
||||||
|
"all-outputs": false,
|
||||||
|
"show-special": false
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue