simplify tmux

This commit is contained in:
Dustin Kirkland 2011-07-28 01:01:09 -05:00
commit 27e8671fcf
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
#!/bin/sh #!/bin/sh
# #
# byobu-status-print: concatenate the status cache # byobu-status-print: concatenate the status cache
# - this script must be *extremely* fast
# #
# Copyright (C) 2011 Dustin Kirkland # Copyright (C) 2011 Dustin Kirkland
# #

View file

@ -62,10 +62,10 @@ set -g terminal-overrides 'xterm*:smcup@:rmcup@'
set -g default-command /bin/bash set -g default-command /bin/bash
set -g status-bg black set -g status-bg black
set -g status-fg white set -g status-fg white
set -g status-interval 10 set -g status-interval 1
set -g status-left-length 256 set -g status-left-length 256
set -g status-right-length 256 set -g status-right-length 256
set -g status-left '#(byobu-status logo)#(byobu-status release)[' set -g status-left '#(byobu-status logo)#(byobu-status release)['
set -g status-right ']#(byobu-status date)#(byobu-status time)' set -g status-right ']%Y-%m-%d %H:%M:%S'
set -g message-bg magenta set -g message-bg magenta
set -g message-fg white set -g message-fg white