htop: do not show cpu temperature

main
Motiejus Jakštys 2024-04-26 00:08:37 +03:00
parent f084cd14fb
commit 9e3cb3adc2
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ in {
htop = {
enable = true;
settings = {
show_cpu_temperature = 1;
show_cpu_temperature = 0;
show_cpu_frequency = 1;
hide_kernel_threads = 1;
hide_userland_threads = 1;