From 72d255f0ae4ad50da15a6d07687f4ffc19617dad Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Mon, 27 Jul 2020 07:04:47 +0200 Subject: [PATCH] [doc] document additional config file parameters see #678 --- docs/features.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 + +