Update waybar-hyprland-workspaces.5.scd

This commit is contained in:
MightyPlaza 2023-07-15 18:36:55 +00:00 committed by GitHub
parent 495b63d7dc
commit 75e21c4853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
} }
``` ```