Added current battery percentage to tmux info-bar

This commit is contained in:
Wryn Wagner 2020-02-24 18:34:17 -07:00
parent 99f48e1628
commit 084bb69c96

View File

@ -12,3 +12,6 @@ set -g default-terminal "tmux-256color"
# force utf-8
setw -gq utf8 on
# show battery life
set -g status-right "#(cat /sys/class/power_supply/BAT0/capacity)% | #[fg=black]%d %b %R"