aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/_tmux.conf b/_tmux.conf
index fe19b6e..d4b49e9 100644
--- a/_tmux.conf
+++ b/_tmux.conf
@@ -169,7 +169,7 @@ set -g status-style "bg=default,bold"
set -g status-left \
"#[fg=magenta][#[fg=yellow]#h:#[fg=blue]#S#[fg=magenta]]#[default]"
set -g status-right \
- "#[fg=magenta][#[fg=yellow]%a %b %d #[fg=blue]%H:%M#[fg=magenta]]"
+ "#[fg=magenta][#[fg=green]%a #[fg=yellow]%b %d #[fg=blue]%H:%M#[fg=magenta]]"
# If running inside tmux ($TMUX is set), then change the status line to red
#if-shell -b '[ -n "$TMUX" ]' "set -g status-bg red"