aboutsummaryrefslogtreecommitdiffhomepage
path: root/misc
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-12-11 17:23:14 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-12-11 17:23:14 +0800
commit4d6e5e576594d85c5f7fd06201b8786390bdf9fd (patch)
treef7fa905c7f2cf89575727b783be8321b00282655 /misc
parent934ba3a5ec7662da70643c3fa6eaf47f57f5e0af (diff)
Update
Diffstat (limited to 'misc')
-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"