diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 17489a8..60ab25c 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -15,8 +15,9 @@ set -g default-terminal "tmux-256color" setw -gq utf8 on # 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 -set -g mode-mouse off set -g mouse off +