Skip to content

feat: add shelly plugin#2

Merged
ItsLemmy merged 7 commits into
noctalia-dev:mainfrom
joshuaslate:feat/add-shelly-plugin
Jul 15, 2026
Merged

feat: add shelly plugin#2
ItsLemmy merged 7 commits into
noctalia-dev:mainfrom
joshuaslate:feat/add-shelly-plugin

Conversation

@joshuaslate

@joshuaslate joshuaslate commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Plugin

  • Id: joshuaslate/shelly
  • New plugin
  • Update to an existing plugin (version bumped in plugin.toml)

What it does

It uses Shelly to display a list of available updates to the user on a bar widget, then shows more detail in a tooltip, and finally, allows them to configure a click action to either open the CLI and upgrade or open the GUI.

External dependencies

  • (Shelly)[https://github.com/Seafoam-Labs/Shelly-ALPM]

Testing

I ran the plugin with the different configurations.

  • Tested on Niri
  • Tested on Hyprland
  • Tested on Sway
  • Tested on another compositor:
  • Noctalia version tested against: 5

Screenshots / Videos

image

Checklist

  • The directory name matches the part of id after the / in plugin.toml exactly.
  • It ships plugin.toml, README.md, thumbnail.webp, and translations/en.json.
  • version follows semver and is bumped in this PR; min_noctalia is the version I tested against.
  • I only added or edited translations/en.json (no machine-translated locales).
  • I did not edit catalog.toml; CI generates it.
  • This PR touches exactly one plugin directory.

Code review attestation

Plugins run as trusted, unsandboxed Luau in the user's session. Confirm:

  • The code is readable and not obfuscated, minified, or generated.
  • It does not download and execute remote code. -- The user will have to provide a password, even with the shelly upgrade-all flow, so nothing happens without their direct action or permission.
  • Every network call, filesystem write, and spawned process is something the description above accounts for.
  • I have the right to publish this code under the license declared in plugin.toml.

Comment thread shelly/plugin.toml Outdated
@ItsLemmy ItsLemmy merged commit 4976116 into noctalia-dev:main Jul 15, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants