From 71cc0c216f7934b65c99b48b4a9ed24af1d42592 Mon Sep 17 00:00:00 2001 From: Tobi-wan Kenobi Date: Thu, 15 Dec 2016 19:44:49 +0100 Subject: [PATCH] [engine/config] Add helptexts --- bumblebee/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bumblebee/config.py b/bumblebee/config.py index 2a72599..b1b15ed 100644 --- a/bumblebee/config.py +++ b/bumblebee/config.py @@ -7,9 +7,9 @@ module parameters, etc.) to all other components import argparse import bumblebee.store -MODULE_HELP = "" -THEME_HELP = "" -PARAMETER_HELP = "" +MODULE_HELP = "Specify a space-separated list of modules to load. The order of the list determines their order in the i3bar (from left to right). Use : to provide an alias in case you want to load the same module multiple times, but specify different parameters." +THEME_HELP = "Specify the theme to use for drawing modules" +PARAMETER_HELP = "Provide configuration parameters in the form of .=" def create_parser(): """Create the argument parser"""