Recently started to play with tmux, the CPU temperature doesn't show. Here's my config file:
set -g @plugin 'tmux-plugins/tmux-cpu'
set -g status-style bg=default
set-option -g status-right-length 140
set -g status-right 'CPU: #{cpu_percentage} MEM: #{ram_percentage} TMP: #{cpu_temp} | GPU: #{gpu_percentage} MEM: #{gram_percentage} TMP: #{gpu_temp}'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
My CPU is a i9-13900k, is it perhaps too recent to get the readings?
Hello,
Recently started to play with tmux, the CPU temperature doesn't show. Here's my config file:
My CPU is a i9-13900k, is it perhaps too recent to get the readings?