-
Notifications
You must be signed in to change notification settings - Fork 2
Configuration
dag edited this page Sep 12, 2010
·
32 revisions
Configuration is written in YAML and resides by default in ~/.amazing.yml
. This behavior can be altered with the -c
or --config
switch, as in amazing --config /path/to/config.yml
.
Be wary that the configuration layout will likely change.
- Widget configuration will be screen specific, this also obsoletes the
screens
list - Scripts will be included automatically from
~/.amazing/*.rb
, rendering theinclude
list less of a necessity- How this should be configured needs to be decided
- Custom widget configuration will probably be on equal level with the rest of the widget configuration, rendering the
options
list obsolete