aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-02-02 13:54:15 +0800
committerAaron LI <aly@aaronly.me>2018-02-02 13:54:15 +0800
commit293cc926c4649c27c7d937257a2533098096a8f6 (patch)
tree17c10caf26a72edef9962552391d311e4ad7e6bf
parent0b57b13fcbe55d1b8d454092b4745be1981a8ddb (diff)
downloaddotfiles-293cc926c4649c27c7d937257a2533098096a8f6.tar.bz2
tmux: tweak status line style a bit
-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"