Home

Awesome

tmon: a tiny system monitor for linux

tmon

Screenshots

tmon in kitty

tmon-kitty

tmon in st

tmon-st

tmon in tty mode

tmon-tty

How to tmon

Dependencies

Build dependencies

Runtime dependencies

Installation

Build & install

git clone https://github.com/pondda/tmon.git
cd tmon
make && sudo make install

Uninstall

sudo make uninstall

Configuration

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:

tmon needs to be restarted to reload changes to the config file.

The default settings can be restored by either:

Troubleshooting

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.

Licence

GNU General Public License, version 3 (GPL-3.0)