Common Settings
The following settings are common to all modules. Common settings have logical defaults and are all optional. An explicitly-defined common setting will over-ride a module’s internal default setting value.
An example with all common settings explicitly configured.
feedreader:
enabled: true
feeds:
- https://news.ycombinator.com/rss
feedLimit: 10
focusable: false
position:
top: 2
left: 2
width: 1
height: 1
title: "Hacker News"
updateInterval: 14400
Name | Description | Value |
---|---|---|
enabled |
Optional Whether or not this module is executed and if its data displayed onscreen. Default: false . |
true, false |
focusable |
Optional Whether or not this module accepts keyboard focus. Default: false . |
true, false |
title |
Optional The title to display in the widget’s onscreen box. |