diff options
-rw-r--r-- | _tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |