guest@dotshare [~/groups/terms/tmux] $ ls tmux-config/ | cat

tmux config (scrot, raw, dl) (+1 likes)

xeNULL Feb 18, 2012 (terms/tmux)

SCROT

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
#
# tmux.conf
# by xeNULL <null.xenull.xe0@gmail.com>
#
set-option -g status-bg default
set-option -g status-fg default
set-option -g message-bg default
set-option -g message-fg default
set-option -g history-limit 32768

set -g status-bg default
set -g status-fg default
set-window-option -g window-status-current-bg default
set -g status-left '#[fg=default]#H'
set -g status-right '#[fg=default]#(uptime | cut -d "," -f 2-)'

CLICK TO VIEW

x