diff options
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/tmux.conf | 3 |
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 | |||
| 14 | bind-key -nr C-_ send-keys C-/ | 14 | bind-key -nr C-_ send-keys C-/ |
| 15 | 15 | ||
| 16 | # status bar | 16 | # status bar |
| 17 | set-option status-style fg=#ffffff,bg=blue | ||
| 18 | set-window-option -g window-status-current-style fg=black,bg=yellow | 17 | set-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 | ||
| 89 | set -g status-right "$wg_is_keys_off #{sysstat_cpu} | #{sysstat_mem} | #{sysstat_loadavg} | $wg_user_host" | 88 | set -g status-right "$wg_is_keys_off #{sysstat_cpu} | #{sysstat_mem} | #{sysstat_loadavg} | $wg_user_host" |
| 89 | |||
| 90 | if-shell "test -e ~/.tmux.conf.local" "source-file ~/.tmux.conf.local" | ||