aboutsummaryrefslogtreecommitdiff
path: root/base/tmux/status
diff options
context:
space:
mode:
Diffstat (limited to 'base/tmux/status')
-rwxr-xr-xbase/tmux/status3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/tmux/status b/base/tmux/status
index bb2ad9e..e96d10c 100755
--- a/base/tmux/status
+++ b/base/tmux/status
@@ -30,6 +30,7 @@ if tmux showenv TMUX_SHOW_TASK &>/dev/null; then
TASKLINE="$TASKCOUNT $TOPTASK. $(task $TASKCFG _get ${TOPTASK}.description) "
else TASKLINE=""; fi
-STATUS="$TASKLINE#[fg=colour19]#[bg=colour19,fg=colour7] %a %m.%d %R 💜"
+STATUS="$TASKLINE#[fg=colour19]#[bg=colour19,fg=colour7] %a %m.%d %R"
+STATUS="$STATUS #[fg=colour8]#{?client_prefix,#[bg=colour8]💛,💜}"
tmux set -g status-right-length "$(echo "$STATUS" | wc -c)"
tmux set -g status-right "$STATUS"