From e4f657cb0f827e0dda48f6b3654d3117d6cea527 Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Mon, 19 Oct 2020 19:29:31 -0600 Subject: [PATCH] Added active window highlighting --- tmux/tmux.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 60ab25c..fe96a23 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -14,10 +14,12 @@ set -g default-terminal "tmux-256color" # force utf-8 setw -gq utf8 on -# show battery life -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 mouse off +# window options / color config +set -g status-style fg=brightmagenta,bg=black +set -g window-status-current-style fg=black,bg=brightmagenta + +set -g status-right "#(cat /sys/class/power_supply/BAT0/capacity)% | #[fg=magneta]%d %b %R"