bumblebee-status/bumblebee
Martin 4e74b165e0 [module] sensors2 made selective
made the module sensors2 selective by adding the following parameters and their handling:

    * sensors2.chip_include: Comma-separated list of chip to include (defaults to "" will include all by default, example: "coretemp,bat")
    * sensors2.chip_exlude:Comma separated list of chip to exclude (defaults to "" will include none by default)
    * sensors2.field_include: Comma separated list of chip to include (defaults to "" will include all by default, example: "temp,fan")
    * sensors2.field_exlude: Comma separated list of chip to exclude (defaults to "" will exclude none by default)
    * sensors2.chip_field_exclude: Comma separated list of chip field to exclude (defaults to "" will exclude none by default, example: "coretemp-isa-0000.temp1,coretemp-isa-0000.fan1")
    * sensors2.chip_field_include: Comma-separated list of adaper field to include (defaults to "" will include all by default)

The chip, field are findable by using sensors -u
2020-03-26 23:01:28 +01:00
..
modules [module] sensors2 made selective 2020-03-26 23:01:28 +01:00
__init__.py python packaging and allowing for pip install usage 2020-01-31 18:19:50 -05:00
_version.py python packaging and allowing for pip install usage 2020-01-31 18:19:50 -05:00
config.py [doc] Update Module.md (escaping) 2020-02-12 21:17:29 +01:00
engine.py [engine] Small bugfix if no IDs are configured 2020-02-14 21:52:23 +01:00
error.py [core/themes] Add theme loading 2016-12-08 09:44:05 +01:00
input.py [input] Add per-PID UNIX socket for additional commands 2020-02-14 21:39:55 +01:00
output.py [core/output] sync _raw with full_text minwidth-wise 2020-03-06 00:19:25 +02:00
popup.py Merge pull request #392 from bbernhard/callback_fix 2019-06-04 20:36:54 +02:00
popup_v2.py [modules/vault] Add a new password vault module ("pass") 2019-07-06 20:28:21 +02:00
store.py [core] Log parameter that were not used after each draw 2019-12-25 13:40:02 +01:00
theme.py [core/theme] Add inline named color support 2020-02-19 21:39:44 +01:00
themes reversing symlinks 2020-02-07 13:33:22 -05:00
util.py Fixing #543 2020-01-27 13:11:45 +01:00