Giter VIP home page Giter VIP logo

tmon's Introduction

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

  • 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

Dependencies

  • a linux machine

Build dependencies

  • ncurses

Runtime dependencies

  • sensors

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:

  • interval: the interval at which tmon refreshes its output, in milliseconds.
  • temp_sensor: the target sensor for the temperature bar. Run sensors 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

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)

tmon's People

Contributors

pondda avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.