You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The average CPU is not hidden when hide_avg_cpu = true is provided in the config file, rather the behavior is inverted. When hide_avg_cpu = false is provided the average is actually CPU hidden.
To reproduce
Steps on how to reproduce the behaviour:
create a ~/.config/bottom/bottom.toml config file with the following content:
[flags]
# Whether to hide the average cpu entry.
hide_avg_cpu = true
bottom version (use btm -V)
bottom 0.5.1
bottom config file (if one is used)
[flags]
# Whether to hide the average cpu entry.
hide_avg_cpu = true
Describe the bug
The average CPU is not hidden when
hide_avg_cpu = true
is provided in the config file, rather the behavior is inverted. Whenhide_avg_cpu = false
is provided the average is actually CPU hidden.To reproduce
Steps on how to reproduce the behaviour:
create a
~/.config/bottom/bottom.toml
config file with the following content:bottom version (use
btm -V
)bottom 0.5.1
bottom config file (if one is used)
Installation method
Platform
Operating system and OS version:
Distributor ID: Ubuntu
Description: Ubuntu 20.04.1 LTS
Release: 20.04
Codename: focal
Terminal (i.e. urxvt, kitty, etc.):
kitty 0.15.0 created by Kovid Goyal
Shell (i.e. zsh, bash, etc.):
fish, version 3.1.0
The text was updated successfully, but these errors were encountered: