diff --git a/LICENSE b/LICENSE index d890ba1..8578d68 100644 --- a/LICENSE +++ b/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 diff --git a/Panel.qml b/Panel.qml index 141c130..3fcb14e 100644 --- a/Panel.qml +++ b/Panel.qml @@ -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) diff --git a/README.md b/README.md index e0214fd..b8e0f72 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/manifest.json b/manifest.json index f1cbed8..b39ca47 100644 --- a/manifest.json +++ b/manifest.json @@ -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": {