feat: add GitHub Activity plugin - #462
Merged
Merged
Conversation
Contributor
ItsLemmy
marked this pull request as draft
August 24, 2026 23:50
Contributor
Author
|
Updated The new file is the 960×540 WebP exported with the official Noctalia thumbnail generator. The PR branch now contains commit The plugin manifest validation still passes. |
AlexMnrs
marked this pull request as ready for review
August 25, 2026 07:21
Contributor
|
Thanks. You can probably get away without hardcoding the days and month names, since the plugin API has what you need to format time. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plugin
alexmnrs/github-activityplugin.toml)What it does
Adds a native GitHub contribution calendar to the Noctalia bar. The widget
shows today's activity and opens an interactive, theme-aware annual heatmap
with contribution details, streaks, cache status, manual refresh, and a
profile shortcut.
External dependencies
gh: runsgh api graphqlto request the authenticated user'scontribution calendar from GitHub's GraphQL API. GitHub CLI owns the token;
the plugin never reads or writes credentials.
xdg-open: openshttps://github.com/<login>from the profile button.The service stores the latest successful normalized calendar in Noctalia's
per-plugin data directory. It performs no other filesystem writes and does
not download or execute remote code.
Testing
v5.0.0-beta.9-4-g7fd9f7bfa96024Validated with
python3 .github/workflows/scripts/validate-plugins.py.Manually verified the bar widget, attached panel, per-cell hover details,
manual refresh, cached-state fallback, and profile launch on Arch Linux with
Hyprland.
Screenshots / Videos
Checklist
idafter the/inplugin.tomlexactly.plugin.toml,README.md,thumbnail.webp, andtranslations/en.json.README.mdfollows the README template, documents every entry id and dependency, and includes exact panel IPC commands and launcher prefixes where applicable.thumbnail.webpwith the thumbnail generator.versionfollows semver and is bumped in this PR;plugin_apiis the oldest API level this plugin requires.catalog.toml; CI generates it.Code review attestation
licensedeclared inplugin.toml.