feat: Add mangowm keymode plugin (#14)

* feat(mangowm-keymode): init plugin

* docs: update manifest

* chore: filename

* Update plugin.toml

---------

Co-authored-by: Lemmy <studio@quadbyte.net>
This commit is contained in:
César González Girón
2026-07-14 23:30:08 -04:00
committed by GitHub
co-authored by Lemmy
parent dea8de954e
commit 445fe9dcac
5 changed files with 64 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
id = "gambled23/mangowm-keymode"
name = "Mangowm Keymode"
version = "1.0.0"
min_noctalia = "5.0.0"
author = "gambled23"
license = "MIT"
dependencies = ["mmsg"]
icon = "keyboard"
deprecated = false
description = "Mangowm keymode notifier"
tags = ["bar", "mangowc"]
[[widget]]
id = "mangowm-keymode"
entry = "keymode.luau"
[[widget.setting]]
key = "show_text"
type = "bool"
label_key = "settings.show_text.label"
default = true
[[widget.setting]]
key = "notify_change"
type = "bool"
label_key = "settings.notify_change.label"
default = true