aboutsummaryrefslogtreecommitdiff
path: root/base/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'base/tmux.conf')
-rw-r--r--base/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/tmux.conf b/base/tmux.conf
index 17868df..fb08eeb 100644
--- a/base/tmux.conf
+++ b/base/tmux.conf
@@ -24,7 +24,7 @@ set -g status-left-length 50
set -g status-right-length 30
set -g status-style "fg=colour8,bg=colour18"
set -g status-left "#(bash ~/.tmux/status)"
-set -g status-right "#[fg=colour19]#[bg=colour19,fg=colour7] %a %m.%d %R 💜"
+set -g status-right "#[fg=colour19]#[bg=colour19,fg=colour7] %a %m.%d %R #[fg=colour8]#{?client_prefix,#[bg=colour8]💛,💜}"
set -g window-status-format "#{?#W,#W,#I}#{?window_zoomed_flag,+,} #[default,fg=colour19]"
set -g window-status-current-format "#{?#W,#W,#I}#{?window_zoomed_flag,+,} #[nobold,fg=colour19]"
set -g window-status-current-style "fg=colour4,bold"