-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtmux.conf.d5cbd02822bcb2576ce4031f2acffc61
48 lines (37 loc) · 1.48 KB
/
tmux.conf.d5cbd02822bcb2576ce4031f2acffc61
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#bind-key a send-prefix
set -g default-command "reattach-to-user-namespace -l /usr/local/bin/zsh"
# Status bar
set -g status-left-length 0
set -g status-right "#[fg=blue]#(mem_usage.sh)#[default]"
set -ag status-right " | #[fg=red]#(tx_usage.sh)#[default]"
set -ag status-right " #[fg=blue]#(rx_usage.sh)#[default]"
set -ag status-right " | #[fg=green]#(/usr/sbin/sysctl -hn vm.loadavg)#[default]"
set -g status-right-length 60
set -g window-status-format '#I:#W'
#### COLOUR (Solarized dark)
# default statusbar colors
set-option -g status-left-bg default
set-option -g status-right-bg default
# default statusbar colors
set-option -g status-bg black #base02
set-option -g status-fg yellow #yellow
set-option -g status-attr default
# default window title colors
set-window-option -g window-status-fg brightblue #base0
set-window-option -g window-status-bg default
set-window-option -g window-status-attr dim
# active window title colors
set-window-option -g window-status-current-fg brightred #orange
set-window-option -g window-status-current-bg black # default
set-window-option -g window-status-current-attr bold
# pane border
set-option -g pane-border-fg black #base02
set-option -g pane-active-border-fg brightgreen #base01
# message text
set-option -g message-bg black #base02
set-option -g message-fg brightred #orange
# pane number display
set-option -g display-panes-active-colour blue #blue
set-option -g display-panes-colour brightred #orange
set -g status-interval 0
set -g status-justify left