trying to get the best of htop with additional fixes by wbenny and some optimizations by GC2.
build it:
sudo apt-get install libncurses-dev autotools-dev automake
git clone https://github.com/GrazerComputerClub/htop.git
cd htop
./autogen.sh
./configure
make
cp ./htop /usr/local/bin
To activate the new feature (after update or previously started htop) edit htoprc file and add CPUTemp and CPUFreq meters to config.
sed -i "s/right_meters=.*/right_meters=Tasks LoadAverage CPUTemp CPUFreq/g" ~/.config/htop/htoprc
sed -i "s/right_meter_modes=.*/right_meter_modes=2 2 2 2/g" ~/.config/htop/htoprc
by Hisham Muhammad [email protected] (2004 - 2016) ... as well as wbenny and gc2 (2020 - now :-))
This repository is archived as htop is now maintained by a team of volunteers at htop.dev using an organisation-based git repository.
GNU General Public License, version 2 (GPL-2.0)