- Install and type
tmon
- Toggle each bar with keybinds
- Space bar to toggle unicode, juust in case anyone wants to use it on tty
- "H" key for help and keybinds
- "Q" to quit
- a linux machine
- ncurses
sensors
git clone https://github.com/pondda/tmon.git
cd tmon
make && sudo make install
sudo make uninstall
tmon attempts to create a configuration file at $HOME/.config/tmon.conf
the first time it runs.
You can edit this file to tweak several parameters:
interval
: the interval at which tmon refreshes its output, in milliseconds.temp_sensor
: the target sensor for the temperature bar. Runsensors
to see what's available.temp_min
: minimum value of the temperature bar, in °C.temp_max
: maximum value of the temperature bar, in °C.
tmon needs to be restarted to reload changes to the config file.
The default settings can be restored by either:
- deleting
$HOME/.config/tmon.conf
and running tmon again
or - copying and pasting
default.conf
to$HOME/.config/tmon.conf
Not seeing a temperature reading? Try running
sudo sensors-detect
You can also change the target sensor by changing the temp_sensor
field in the config file.
GNU General Public License, version 3 (GPL-3.0)