From 4184ebfa3706cba4338cb1f2ca84ebb95a06d268 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Fri, 26 Jun 2020 23:48:54 -0400 Subject: [PATCH] tmux: Move date to vanilla status bar (over slstatus) While most of my machines have slstatus installed giving stats on CPU/RAM usage (and previously the date/time), this commit moves the date/time to the vanilla tmux config so that the machines that don't have slstatus installed will still show the time. --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index b75e86f..3f136f2 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -69,7 +69,7 @@ set -g status-style "fg=white,bg=black" set -g status-interval 60 set -g status-left-length 20 set -g status-left-style "fg=black,bg=yellow" -set -g status-right "[$USER@#h] #(slstatus -s)" +set -g status-right "[$USER@#h] #(slstatus -s)%D %H:%M" set -g status-right-length 90 set -g status-right-style "fg=black,bg=magenta" -- libgit2 0.28.4