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

@@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2026 jandieman Copyright (c) 2026 dotjuice
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

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

View File

@@ -14,8 +14,8 @@ and manage its credentials, all from the Omarchy bar.
## Install ## Install
1. Copy (or clone) this repository into 1. Copy (or clone) this repository into
`~/.config/omarchy/plugins/jandieman.hypr-rdp/` `~/.config/omarchy/plugins/dotjuice.hypr-rdp/`
2. `omarchy plugin enable jandieman.hypr-rdp --section right` 2. `omarchy plugin enable dotjuice.hypr-rdp --section right`
(or any bar section you prefer) (or any bar section you prefer)
The widget appears immediately; no restart of Hyprland or the shell needed. The widget appears immediately; no restart of Hyprland or the shell needed.
@@ -23,8 +23,8 @@ The widget appears immediately; no restart of Hyprland or the shell needed.
## Remove ## Remove
``` ```
omarchy plugin disable jandieman.hypr-rdp omarchy plugin disable dotjuice.hypr-rdp
omarchy plugin remove jandieman.hypr-rdp omarchy plugin remove dotjuice.hypr-rdp
``` ```
Removing the plugin does **not** touch `hypr-rdp` itself, its Removing the plugin does **not** touch `hypr-rdp` itself, its

View File

@@ -1,9 +1,9 @@
{ {
"schemaVersion": 1, "schemaVersion": 1,
"id": "jandieman.hypr-rdp", "id": "dotjuice.hypr-rdp",
"name": "hypr-rdp Control", "name": "hypr-rdp Control",
"version": "1.0.0", "version": "1.0.0",
"author": "jandieman", "author": "dotjuice",
"description": "Install, start/stop, and configure hypr-rdp from the bar. Keeps its headless monitor isolated to a dedicated workspace by default, with a toggle to let it behave like a normal display, plus a read-only view of what's on that workspace.", "description": "Install, start/stop, and configure hypr-rdp from the bar. Keeps its headless monitor isolated to a dedicated workspace by default, with a toggle to let it behave like a normal display, plus a read-only view of what's on that workspace.",
"kinds": ["bar-widget"], "kinds": ["bar-widget"],
"entryPoints": { "entryPoints": {