Files
community-plugins/rss-notifier
NilsonlinuxandGitHub d32a20cd32 fix(plugin): Feed text encoding fix and panel UI improvements V1.0.2 (#271)
* fix(plugin): Feed text encoding fix and panel UI improvements V1.0.2

* fix(plugin): Feed text encoding fix and panel UI improvements V1.0.2

* Add xdg-open dependency to plugin.toml

Added 'xdg-open' as a dependency for the plugin.
2026-08-06 10:16:22 -04:00
..

RSS/Atom Notifier

Monitor RSS/Atom feeds and get notifications for new items.

Plugin

Field Value
ID nilsonlinux/rss-notifier
Entries Bar widget: indicator; panel: panel

Entries:

  • Service: fetcher - Background service that fetches and parses feeds
  • Widget: badge - Shows unread count on the bar
  • Panel: list - Displays feed items in a list

IPC Command:

noctalia msg panel-toggle nilsonlinux/rss-notifier:list text

Settings

Setting Type Default Description
feed_urls string_list [] List of RSS/Atom feed URLs to monitor (one per line)
refresh_minutes int 30 How often to check for new items (1-1440 minutes)
notify_new bool true Display notifications when new items arrive
max_notifications_per_cycle int 5 Maximum notifications shown per check (1-50)

Installation

Install via Noctalia Plugin Store.

Requirements

  • xdg-open - Required to open feed URLs in your default web browser. Usually pre-installed on most Linux distributions.

Usage

  1. Add feed URLs in the plugin settings
  2. The widget will show a badge with unread count
  3. Click the widget to open the panel
  4. Click an item to open it in your default browser

Dependencies

xdg-open

License

MIT