CPU temperature & battery status in tmux status bar (Tested only on termux)
- Add this line in your
.tmux.conf
file
set -g @plugin 't4p4n/tmux-cpu-temp'
- and press
PREFIX
+I
to fetch the plugin
- 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.