Personal Noctalia Shell plugin collection.
| Plugin | Description | Source |
|---|---|---|
market-watch |
Real-time market data for cryptocurrencies, metals, and US stocks. | Local plugin by chengongliang |
hermes-agent |
Native Noctalia status and side-panel interface for Hermes Agent. | Adapted from Nomadcxx/legacy-v4-plugins:add-hermes-agent |
Copy the plugin directory you want to use into your Noctalia plugins directory:
cp -r market-watch ~/.config/noctalia/plugins/
cp -r hermes-agent ~/.config/noctalia/plugins/Then restart Noctalia Shell or reload the configuration.
- Each plugin has its own
manifest.jsonand README. registry.jsonis the plugin discovery index. When a plugin version changes, update its matchingversionandlastUpdatedfields in the same commit.- User-facing strings should live in each plugin's
i18n/files. - Plugin settings defaults should be declared in
manifest.json.
This repository is licensed under the MIT License. See LICENSE.
Individual plugins may include additional source attribution in their own README files and manifests.