From 13f0a965105d30563fb6a9d8645f1f2520c68630 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Fri, 23 Feb 2024 23:41:16 +0300 Subject: [PATCH] Tmux : Update colors. --- .config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index c4d4a0b..0ed0ac4 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -77,7 +77,7 @@ set -g status-style 'bg=color236 fg=color187' set -g status-left ' #[bold]#H-#S #(count=$(tmux list-clients -t #S | wc -l); [ ${count} -gt 1 ] && echo "(${count}) ")' set -g status-left-length 50 -set -g status-right '#[fg=color187,bg=color239] #(head -c -1 /sys/class/power_supply/BAT*/capacity 2> /dev/null && echo -n "% ")%Y-%m-%d #[bold]%H:%M ' +set -g status-right ' #(head -c -1 /sys/class/power_supply/BAT*/capacity 2> /dev/null && echo -n "% ")#[fg=color187,bg=color239] %Y-%m-%d #[bg=color138,fg=black,bold] %H:%M ' set -g status-right-length 50 setw -g window-status-current-style 'fg=black bg=color143 bold'