aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/install/opensim.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--scripts/install/opensim.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install/opensim.tmux.conf b/scripts/install/opensim.tmux.conf
index a5088aa..b7c61c9 100644
--- a/scripts/install/opensim.tmux.conf
+++ b/scripts/install/opensim.tmux.conf
@@ -75,7 +75,7 @@ set-option -g status-left-length 80
75#set-option -g status-left '[#H #S #F]' 75#set-option -g status-left '[#H #S #F]'
76set-option -g status-left '#H [#S:#I.#P]#F' 76set-option -g status-left '#H [#S:#I.#P]#F'
77set-option -g status-right-length 80 77set-option -g status-right-length 80
78set-option -g status-right '%F #(uptime)'<-----># &F is ISO date, uptime starts with the current time, and ends with the load average. B-) 78set-option -g status-right '%F #(uptime)' # &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
81set-option -g visual-activity on # Show status message for activity in monitor-activity windows. 81set-option -g visual-activity on # Show status message for activity in monitor-activity windows.