* feat: Add Hyprland special workspaces plugin * fix: Nest translation keys under settings object
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"settings": {
|
|
"max_label_chars": {
|
|
"label": "Maximum label characters",
|
|
"description": "Maximum characters shown from each workspace name. Use 0 to show the full name."
|
|
},
|
|
"hide_inactive": {
|
|
"label": "Hide inactive workspaces",
|
|
"description": "Hide populated special workspaces unless they are currently visible on a monitor."
|
|
},
|
|
"capsule_radius": {
|
|
"label": "Capsule radius",
|
|
"description": "Corner radius of each capsule in logical pixels. Values below 0 are treated as 0."
|
|
},
|
|
"capsule_padding": {
|
|
"label": "Capsule content padding",
|
|
"description": "Space before and after the label along the bar axis, in logical pixels. Values below 0 are treated as 0."
|
|
},
|
|
"capsule_min_width": {
|
|
"label": "Capsule minimum length",
|
|
"description": "Minimum capsule length along the bar axis: width on horizontal bars, height on vertical bars. Values below 0 are treated as 0."
|
|
},
|
|
"active_style": {
|
|
"label": "Active workspace style",
|
|
"description": "Show active workspaces as primary-filled capsules or transparent labels with primary text."
|
|
},
|
|
"inactive_style": {
|
|
"label": "Inactive workspace style",
|
|
"description": "Show inactive workspaces as secondary-filled capsules or transparent labels with surface text."
|
|
},
|
|
"style": {
|
|
"fill": "Fill",
|
|
"ghost": "Ghost"
|
|
}
|
|
}
|
|
}
|