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.
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
id = "k4n4t4/hypr-submap"
|
||||
name = "Hyprland Submap"
|
||||
version = "1.0.0"
|
||||
plugin_api = 6
|
||||
author = "k4n4t4"
|
||||
license = "MIT"
|
||||
dependencies = ["socat", "stdbuf", "hyprctl"]
|
||||
deprecated = false
|
||||
tags = ["hyprland", "bar"]
|
||||
icon = "keyboard"
|
||||
description = "Hyprland submap plugin for Noctalia"
|
||||
|
||||
|
||||
[[widget]]
|
||||
id = "hypr-submap"
|
||||
entry = "submap.luau"
|
||||
|
||||
[[widget.setting]]
|
||||
key = "hide_when_default"
|
||||
type = "bool"
|
||||
label_key = "settings.hide_when_default.label"
|
||||
description_key = "settings.hide_when_default.description"
|
||||
default = false
|
||||
|
||||
[[widget.setting]]
|
||||
key = "prefix"
|
||||
type = "string"
|
||||
label_key = "settings.prefix.label"
|
||||
description_key = "settings.prefix.description"
|
||||
default = ""
|
||||
|
||||
[[widget.setting]]
|
||||
key = "glyph"
|
||||
type = "glyph"
|
||||
label_key = "settings.glyph.label"
|
||||
description_key = "settings.glyph.description"
|
||||
default = "keyboard"
|
||||
Reference in New Issue
Block a user