diff options
author | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-11-06 15:07:14 +0000 |
---|---|---|
committer | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-11-06 15:07:14 +0000 |
commit | 6d8e2aa54fda9134071c5053dda5a45e647e82b4 (patch) | |
tree | 4647d48316fd66e0a07612e4213c26b1a5b24dc9 /config | |
parent | 6c38051d94805391b76b18298b991004902592f5 (diff) |
Updated lm-sensors modules
Diffstat (limited to 'config')
-rw-r--r-- | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/bash # What modules, in what order -MODULES="weather volumebar wifi internet cpuload temperature date time" +MODULES="weather volumebar wifi internet cpuload cputemp date time" # Modules that require an active internet connection ONLINE_MODULES="weather internet" |