Skip to content
dag edited this page Sep 12, 2010 · 32 revisions

Values

include:
  - list
  - of
  - scripts
screens:
   - list
   - of
   - screens
widgets:
  identifier:
    type: WidgetName
    every: seconds
    format: ruby code
    options:
      widget: foo
      specific: bar

Example

include:
  - /path/to/some.rb
screens:
  - 0
  - 1
widgets:
  pb_bat:
    type: Battery
    every: 10
  tb_time:
    type: Clock
    every: 1
    options:
      time_format: %T
  tb_mail:
    type: Maildir
    options:
      directories:
        - Mail/**/new
        - Mail/inbox/cur
Clone this wiki locally