[doc] Add note about --autohide to README

This commit is contained in:
Tobias Witek 2019-01-19 14:54:37 +01:00
parent 7b07ef538a
commit bff5322cff

View file

@ -171,6 +171,9 @@ $ ./bumblebee-status -d -m <list of modules>
This will create a file called `~/bumblebee-status-debug.log` by default. The file name can be changed by using the `-f` or `--logfile` option. This will create a file called `~/bumblebee-status-debug.log` by default. The file name can be changed by using the `-f` or `--logfile` option.
### Advanced Usage
If you want to have a minimal bar that stays out of the way, you can use the `-a` or `--autohide` switch to specify a list of module names. All those modules will only be displayed when (and as long as) their state is either warning or critical (high CPU usage, low disk space, etc.). As long as the module is in a "normal" state and does not require attention, it will remain hidden.
# Required Modules # Required Modules
Modules and commandline utilities are only required for modules, the core itself has no external dependencies at all. Modules and commandline utilities are only required for modules, the core itself has no external dependencies at all.