A bar widget and attached panel showing AI provider usage limits reported
by the local CodexBar CLI. The bar keeps a configurable number of provider
meters; the panel lists every provider, quota window, credit balance, and
pace summary, and scrolls when the response is taller than the panel.
Claude-Session: https://claude.ai/code/session_01BCNAY79YEoNxyubdt8Co9A
Co-authored-by: Salem Sayed Abdel Gawad <283208+salemsayed@users.noreply.github.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
* fix+refactor: translation strings refactored & fixed a ui bug affecting scrolling
- Fixed a bug where hovering over an item in populated lists would
trigger auto-scrolling.
- Fixed scrollbar rendering incorrectly.
- Refactored translation strings (converted to nested keys when
applicable)
* docs: formatting fixes + 1.3.1 changelogs
* chore: bump the version
The startup restore relaunched linux-wallpaperengine for the last
selected wallpaper but never re-applied the still that Noctalia derives
its palette from, so colors after login came from whatever wallpaper the
shell restored on its own. Every other path that puts a wallpaper up
pairs launch() with syncPalette(); this one now does too.
Switching wallpapers away and back was the only way to correct it, since
that runs apply().
* fix(anilist): forward-declare flushCoverSnapshot before first use
* fix(anilist): split json.encode from writeFile call to avoid arg splat
* chore(anilist): version bump
* Add nilsonlinux/rss-notifier plugin v1.0.0
* fix: correct all validation errors for rss-notifier
* Update tags in plugin.toml for rss-notifier
* Revise README for RSS Notifier plugin
Updated README to reflect plugin name and improved clarity.
* Update README.md by removing unnecessary content
Removed placeholder text and installation instructions from README.
* Update README with plugin details and usage instructions
Expanded README to include plugin details, usage instructions, and settings configuration.
* Traduz README.md para português e atualiza conteúdo
Atualiza o README.md com informações em português sobre o plugin RSS/Atom Notifier, incluindo uso, configurações e notas sobre o funcionamento.
* Update tags in plugin.toml
Removed 'rss' tag from the plugin configuration.
* Revise README for RSS Notifier plugin
Updated the README to reflect changes in the plugin description, installation instructions, usage details, settings, and dependencies.
* Enhance README with plugin details and usage
Updated README.md to include detailed plugin features, settings, and usage instructions.
* Update README for RSS Utils plugin
* Add files via upload
* Add xdg-open as a dependency in plugin.toml
* Revise README for RSS/Atom Notifier plugin
Updated configuration options and usage instructions in README.
* Add Brazilian Portuguese translation file
* Revise README for clarity and updated instructions
Updated README to improve clarity and consistency, including installation and usage instructions.
* Add xdg-open as a dependency in README
Updated dependencies section to include xdg-open.
* Fix formatting of requirements section in README
* Add files via upload
* feat: add individual item delete option and scrollbar
- Implemented the ability to delete individual feed items using an 'X' button.
- Added a fixed height scrollbar to the panel list.
- Fixed badge synchronization and command communication for the V5 Beta 6 environment.
* fix tags e correções de funcionamento
* Add dependencies section to plugin.toml
* Add files via upload
* Enhance README with plugin details
Updated README with plugin ID and entries table.
* thumbnail update
Thumbnail updated. Following the plugin update.
* Bump version from 1.0.0 to 1.0.1
Added outlines to the control buttons. Also fixed a bug where recent feeds wouldn't list upon starting a session.
* Change button variant from 'ghost' to 'outline'
Added outlines to the control buttons. Also fixed a bug where recent feeds wouldn't list upon starting a session.
A bar widget showing only the focused niri workspace instead of a pill
listing every workspace. Reads niri IPC (snapshot plus event-stream)
since the plugin API exposes no compositor state.