tmux-cpu icon indicating copy to clipboard operation
tmux-cpu copied to clipboard

Plug and play cpu percentage and icon indicator for Tmux.

Results 13 tmux-cpu issues
Sort by recently updated
recently updated
newest added

When using a multi-line status-format, having the interpolation restricted to status_left and status_right is problematic. This adds an option to configure which options are interpolated by the plugin. Because there...

# Problem AMD Ryzen 1600X sensors doesn't have a per core readout so the sed/awk script fails: ```cmd $ sensors k10temp-pci-00c3 Adapter: PCI adapter Tctl: +56.6°C Tdie: +36.6°C ``` ##...

The status bar shows `No GPU` even though the GPU can be accessed by `nvidia-smi` which is available at `/usr/bin` included in `$PATH`. I am using tmux v2.6

I dont know how to fix it, but i put inside a code that gives percentages, so it needs just your adjustments. Renamed a copy of gpu and ram files...

Sometimes I can see memory usage like this: ![image](https://user-images.githubusercontent.com/6419589/98109184-9786b100-1eb6-11eb-9250-f4205ba290fd.png) It stays like this for a short period of time (probably the update period) and then shows correctly: ![image](https://user-images.githubusercontent.com/6419589/98109294-c1d86e80-1eb6-11eb-9a40-df60c13cec5e.png) That leads...

This PR adds support for load averages via: - `#{load}`: Displays load averages (eg: `0.02 1.31 0.78`) - `#{load1}`: Displays load average of last minute (eg: `0.02`) - `#{load5}`: Displays...

So, after installing the plugin I noticed that my status bar was updated too frequently. Apparently, the presence of tmux-cpu influences the update and `status-interval` is ignored. For example, if...

enhancement
help wanted
question

Command to get CPU load on windows is so slow that tmux status bar blink sometimes. ``` % time ./cpu_percentage.sh 5.0%./cpu_percentage.sh 0.03s user 0.04s system 6% cpu 1.197 total ```...

help wanted

Hi there is no CPU temp for RPI. I think can be done with: ```bash echo "$(sensors)" | sed -e 's/^temp/Core /' | awk -v format="$cpu_temp_format$cpu_temp_unit" '/^Core [0-9]+/ {gsub("[0-9.]", "",...