Files
community-plugins/hypr-submap/translations/en.json
T
kanataandGitHub 2dd05ef8bc feat: add hypr-submap plugin (#101)
* 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.
2026-07-26 08:37:37 -04:00

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."
}
}
}