* 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.
25 lines
749 B
JSON
25 lines
749 B
JSON
{
|
|
"settings": {
|
|
"feed_urls": {
|
|
"label": "Feed URLs",
|
|
"description": "One RSS or Atom feed URL per entry (e.g. https://example.com/feed.xml)."
|
|
},
|
|
"refresh_minutes": {
|
|
"label": "Refresh interval (minutes)",
|
|
"description": "How often feeds are checked for new items."
|
|
},
|
|
"notify_new": {
|
|
"label": "Notify on new items",
|
|
"description": "Show a notification for each new item found in the feeds."
|
|
},
|
|
"max_notifications_per_cycle": {
|
|
"label": "Max notifications per cycle",
|
|
"description": "Avoids a flood of notifications when many new items appear at once."
|
|
},
|
|
"glyph": {
|
|
"label": "Icon",
|
|
"description": "Icon shown in the bar for this widget."
|
|
}
|
|
}
|
|
}
|