... | ... |
@@ -7,7 +7,8 @@ bind-key Escape copy-mode |
7 | 7 |
bind-key C-b last-window |
8 | 8 |
#set -g status-utf8 on |
9 | 9 |
if-shell "test $(hostname) = raspberrypi" "set-option -g status-bg white" |
10 |
-if-shell "test $(hostname) = section" "set-option -g status-bg red" |
|
10 |
+if-shell "test $(hostname) = section" "set-option -g status-bg magenta" |
|
11 |
+if-shell "test $(hostname) = cloud" "set-option -g status-bg red" |
|
11 | 12 |
if-shell "test $(hostname) = piledelinge" "set-option -g status-bg green" |
12 | 13 |
if-shell "which vlock" "set-option -g lock-command vlock" |
13 | 14 |
if-shell "which vlock > /dev/null && test $(hostname) = raspberrypi && egrep -qvw '^192.168.0.(1|3)' <<< $SSH_CLIENT" "set-option lock-after-time 60" |