/tmux-cpu-temp

A simple plugin to show current cpu temp & battery status in tmux status bar

Primary LanguageShell

Tmux cpu temp

CPU temperature & battery status in tmux status bar (Tested only on termux)

Installation

Before using this plugin make sure acpi is exists in $PATH

  • Add this line in your .tmux.conf file
set -g @plugin 't4p4n/tmux-cpu-temp'
  • and press PREFIX + I to fetch the plugin

Usage

  • Add this line in your .tmux file
set -g status-right '#{charge_icon}  #{batt_percentage} |  #{temp_status}°C | %a %h-%d %I:%M %p'
  • and restart/reload tmux to see the temp in status right.

Screenshot

Screenshot