dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit 4184ebfa3706cba4338cb1f2ca84ebb95a06d268 (patch)
parent e46d29956686649a162574c1e309e91b39237a3d
Author: Alex Karle <alex@alexkarle.com>
Date:   Fri, 26 Jun 2020 23:48:54 -0400

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.

Diffstat:
Mtmux/tmux.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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"