A tmux status bar for shibes

Started by jrswab, Jun 19, 2021, 07:02 PM

Previous topic - Next topic

jrswab

As a miner I wanted to get information about my CPU.

Naturally on Linux we can use `sensors` but it was lacking some information that I wanted.

So I created a script to grab the current average GHz that my CPU is running.

Tossed that into tmux and bam!

Now I'm more informed.

The `tmux.conf` file in the repo is the one I use and may need tweaked to fit your CPU.

It currently displays the average CPU GHz and the current temperature of the CPU. (Using `Tdie` output from `sensors`)

If you'd like me to add support for the most common mining CPUs I'd be happy to do so. (Coding's kinda my thing ;) )

Anyway here's the link:
http://git.swab.dev/ministo

P.S. It's not on Github cause... yeah, whatever lol

jrswab

The script now contains the average CPU temperature for builds in which `sensors` returns `coretemp` data as well.