updated status to explicit coloring; removed mousemode error

This commit is contained in:
Wryn Wagner 2020-09-29 18:44:16 -06:00
parent 1cdf35d3dd
commit 47d84848c6

View File

@ -15,8 +15,9 @@ set -g default-terminal "tmux-256color"
setw -gq utf8 on setw -gq utf8 on
# show battery life # show battery life
set -g status-right "#(cat /sys/class/power_supply/BAT0/capacity)% | #[fg=black]%d %b %R" set -g status-style fg=brightmagenta,bg=black
set -g status-right "#(cat /sys/class/power_supply/BAT0/capacity)% | #[fg=magneta]%d %b %R"
# disable mouse-mode # disable mouse-mode
set -g mode-mouse off
set -g mouse off set -g mouse off