Rename plugin namespace from jandieman to dotjuice

Updates manifest id/author, the QML moduleName/ipcTarget, and every
doc reference to match.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MLfSWFEMyY85ZDWEYicdaF
This commit is contained in:
2026-09-08 16:01:51 +01:00
parent 82d76b726e
commit 0819c2e3ba
4 changed files with 9 additions and 9 deletions

View File

@@ -8,8 +8,8 @@ import qs.Ui
Panel {
id: root
moduleName: "jandieman.hypr-rdp"
ipcTarget: "jandieman.hypr-rdp"
moduleName: "dotjuice.hypr-rdp"
ipcTarget: "dotjuice.hypr-rdp"
readonly property color fg: root.bar ? root.bar.foreground : Color.foreground
readonly property color dim: Qt.darker(fg, 1.45)