diff --git a/docs/features.rst b/docs/features.rst index 162f3c3..f050a2b 100644 --- a/docs/features.rst +++ b/docs/features.rst @@ -110,6 +110,10 @@ An example: Configuration files ------------------- +Using a configuration file, it is possible to define a list of modules +that will be loaded if no modules are specified on the CLI, as well as +defining a default theme to use. + Any parameter that can be specified using ``-p =`` on the commandline, can alternatively be specified in one of the following configuration files: - ~/.bumblebee-status.conf - @@ -122,6 +126,10 @@ Configuration files have the following format: :: + [core] + modules = + theme = + [module-parameters] = @@ -131,3 +139,5 @@ For example: [module-parameters] github.token=abcdefabcdef12345 + +