From 03e5a31e64cbb51113816454928f57b3095b28cb Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 22 Aug 2019 08:58:53 +1000 Subject: Unclutter the tmux status line. Not everyone has YUUUGE terminals like I do. --- scripts/install/opensim.tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/install') diff --git a/scripts/install/opensim.tmux.conf b/scripts/install/opensim.tmux.conf index b7c61c9..84e0c21 100644 --- a/scripts/install/opensim.tmux.conf +++ b/scripts/install/opensim.tmux.conf @@ -71,11 +71,11 @@ set-option -g status-justify centre # Window list in the middle. ## A literal ‘#’ # Yes, my terminal really is bigger than 160 characters. -set-option -g status-left-length 80 +set-option -g status-left-length 42 #set-option -g status-left '[#H #S #F]' set-option -g status-left '#H [#S:#I.#P]#F' -set-option -g status-right-length 80 -set-option -g status-right '%F #(uptime)' # &F is ISO date, uptime starts with the current time, and ends with the load average. B-) +set-option -g status-right-length 64 +set-option -g status-right "%F #(uptime | cut -d ' ' -f 2-2,10-)" # %F is ISO date, uptime starts with the current time, and ends with the load average. B-) # Set window notifications set-option -g visual-activity on # Show status message for activity in monitor-activity windows. -- cgit v1.1