From 595432957aba6b81b93e7321bad9b440b95346ab Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Tue, 12 Mar 2024 00:43:13 +0300 Subject: [PATCH] Tmux : Switch status gold color to rosy brown. --- module/common/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/common/tmux/tmux.conf b/module/common/tmux/tmux.conf index 4109de9c..6a63cc14 100644 --- a/module/common/tmux/tmux.conf +++ b/module/common/tmux/tmux.conf @@ -65,10 +65,10 @@ set -g status-position bottom set -g status-justify left set -g status-style 'bg=color236 fg=color187' -set -g status-left '#[bold,bg=color142,fg=color236] #H-#S #(count=$(tmux list-clients -t #S | wc -l); [ ${count} -gt 1 ] && echo "(${count}) ")#[bg=color236,fg=color142]' +set -g status-left '#[bold,bg=color138,fg=color236] #H-#S #(count=$(tmux list-clients -t #S | wc -l); [ ${count} -gt 1 ] && echo "(${count}) ")#[bg=color236,fg=color138]' set -g status-left-length 50 set -g status-right-length 50 -set -g status-right ' #(head -c -1 /sys/class/power_supply/BAT*/capacity 2> /dev/null && echo -n "% ") %Y-%m-%d #[fg=color142]#[bg=color142,fg=color236,bold] %H:%M ' +set -g status-right ' #(head -c -1 /sys/class/power_supply/BAT*/capacity 2> /dev/null && echo -n "% ") %Y-%m-%d #[fg=color138]#[bg=color138,fg=color236,bold] %H:%M ' set-window-option -g window-status-separator ''