diff options
Diffstat (limited to 'scripts/install/opensim.tmux.conf')
-rw-r--r-- | scripts/install/opensim.tmux.conf | 6 |
1 files changed, 3 insertions, 3 deletions
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. | |||
71 | ## A literal ‘#’ | 71 | ## A literal ‘#’ |
72 | 72 | ||
73 | # Yes, my terminal really is bigger than 160 characters. | 73 | # Yes, my terminal really is bigger than 160 characters. |
74 | set-option -g status-left-length 80 | 74 | set-option -g status-left-length 42 |
75 | #set-option -g status-left '[#H #S #F]' | 75 | #set-option -g status-left '[#H #S #F]' |
76 | set-option -g status-left '#H [#S:#I.#P]#F' | 76 | set-option -g status-left '#H [#S:#I.#P]#F' |
77 | set-option -g status-right-length 80 | 77 | set-option -g status-right-length 64 |
78 | set-option -g status-right '%F #(uptime)' # &F is ISO date, uptime starts with the current time, and ends with the load average. B-) | 78 | 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-) |
79 | 79 | ||
80 | # Set window notifications | 80 | # Set window notifications |
81 | set-option -g visual-activity on # Show status message for activity in monitor-activity windows. | 81 | set-option -g visual-activity on # Show status message for activity in monitor-activity windows. |