htop: do not show cpu temperature
This commit is contained in:
parent
f084cd14fb
commit
9e3cb3adc2
@ -193,7 +193,7 @@ in {
|
|||||||
htop = {
|
htop = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
show_cpu_temperature = 1;
|
show_cpu_temperature = 0;
|
||||||
show_cpu_frequency = 1;
|
show_cpu_frequency = 1;
|
||||||
hide_kernel_threads = 1;
|
hide_kernel_threads = 1;
|
||||||
hide_userland_threads = 1;
|
hide_userland_threads = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user