Rename plugin id to felixzsh.key-visualizer

omarchy plugin validate rejects the omarchy.* namespace: it is reserved
for first-party plugins. Use the third-party <user>.<name> convention.
This commit is contained in:
felixzsh
2026-08-11 09:58:37 -05:00
parent 96446661b3
commit 64e44c299b
3 changed files with 21 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
--
-- Install: add one line to ~/.config/hypr/hyprland.lua (at the bottom):
--
-- dofile(os.getenv("HOME") .. "/.config/omarchy/plugins/omarchy.key-visualizer/key-visualizer.lua")
-- dofile(os.getenv("HOME") .. "/.config/omarchy/plugins/felixzsh.key-visualizer/key-visualizer.lua")
--
-- then reload Hyprland (`hyprctl reload`). Requires Hyprland with Lua
-- config support (0.56+).