From 47d84848c6d1a230e25423812f5be2a92c491c32 Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Tue, 29 Sep 2020 18:44:16 -0600 Subject: [PATCH] updated status to explicit coloring; removed mousemode error --- tmux/tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +