aboutsummaryrefslogtreecommitdiffhomepage
path: root/misc/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tmux.conf')
-rw-r--r--misc/tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/tmux.conf b/misc/tmux.conf
index c034bd4..cadaec6 100644
--- a/misc/tmux.conf
+++ b/misc/tmux.conf
@@ -14,7 +14,6 @@ set -g prefix C-g
14bind-key -nr C-_ send-keys C-/ 14bind-key -nr C-_ send-keys C-/
15 15
16# status bar 16# status bar
17set-option status-style fg=#ffffff,bg=blue
18set-window-option -g window-status-current-style fg=black,bg=yellow 17set-window-option -g window-status-current-style fg=black,bg=yellow
19 18
20 19
@@ -87,3 +86,5 @@ bind -T off F12 \
87#wg_is_keys_off="#[fg=$color_light,bg=$color_window_off_indicator]#([ $(tmux show-option -qv key-table) = 'off' ] && echo 'OFF')#[default]" 86#wg_is_keys_off="#[fg=$color_light,bg=$color_window_off_indicator]#([ $(tmux show-option -qv key-table) = 'off' ] && echo 'OFF')#[default]"
88 87
89set -g status-right "$wg_is_keys_off #{sysstat_cpu} | #{sysstat_mem} | #{sysstat_loadavg} | $wg_user_host" 88set -g status-right "$wg_is_keys_off #{sysstat_cpu} | #{sysstat_mem} | #{sysstat_loadavg} | $wg_user_host"
89
90if-shell "test -e ~/.tmux.conf.local" "source-file ~/.tmux.conf.local"