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:
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2026 jandieman
|
||||
Copyright (c) 2026 dotjuice
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -14,8 +14,8 @@ and manage its credentials, all from the Omarchy bar.
|
||||
## Install
|
||||
|
||||
1. Copy (or clone) this repository into
|
||||
`~/.config/omarchy/plugins/jandieman.hypr-rdp/`
|
||||
2. `omarchy plugin enable jandieman.hypr-rdp --section right`
|
||||
`~/.config/omarchy/plugins/dotjuice.hypr-rdp/`
|
||||
2. `omarchy plugin enable dotjuice.hypr-rdp --section right`
|
||||
(or any bar section you prefer)
|
||||
|
||||
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
|
||||
|
||||
```
|
||||
omarchy plugin disable jandieman.hypr-rdp
|
||||
omarchy plugin remove jandieman.hypr-rdp
|
||||
omarchy plugin disable dotjuice.hypr-rdp
|
||||
omarchy plugin remove dotjuice.hypr-rdp
|
||||
```
|
||||
|
||||
Removing the plugin does **not** touch `hypr-rdp` itself, its
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "jandieman.hypr-rdp",
|
||||
"id": "dotjuice.hypr-rdp",
|
||||
"name": "hypr-rdp Control",
|
||||
"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.",
|
||||
"kinds": ["bar-widget"],
|
||||
"entryPoints": {
|
||||
|
||||
Reference in New Issue
Block a user