Monitor RSS/Atom feeds and get notifications for new items.
| 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
| 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) |
glyph |
glyph |
rss |
The glyph shown for the widget on the bar. |
Install via Noctalia Plugin Store.
xdg-open- Required to open feed URLs in your default web browser. Usually pre-installed on most Linux distributions.
- Add feed URLs in the plugin settings
- The widget will show a badge with unread count
- Click the widget to open the panel
- Click an item to open it in your default browser
xdg-open
MIT