* feat: add hypr-submap plugin * fix(hypr-submap): add description key and glyph default value * fix(hypr-submap): update dependencies and fix glyph default value in README - Add stdbuf and hyprctl to the dependencies list in `README.md` and `plugin.toml`. - Correct the documented default value of glyph to match the actual implementation.
18 lines
469 B
JSON
18 lines
469 B
JSON
{
|
|
"settings": {
|
|
"hide_when_default": {
|
|
"label": "Hide when default submap",
|
|
"description": "Hides the bar widget when the current submap is default."
|
|
},
|
|
"prefix": {
|
|
"label": "Add a prefix to the submap name",
|
|
"description": "Add the prefix text to the submap name displayed on the widget."
|
|
|
|
},
|
|
"glyph": {
|
|
"label": "Icon to show on bar",
|
|
"description": "Specifies the glyph displayed on the widget."
|
|
}
|
|
}
|
|
}
|