mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
simplify tmux
This commit is contained in:
parent
6b43fe6915
commit
27e8671fcf
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# byobu-status-print: concatenate the status cache
|
||||
# - this script must be *extremely* fast
|
||||
#
|
||||
# Copyright (C) 2011 Dustin Kirkland
|
||||
#
|
||||
|
|
|
@ -62,10 +62,10 @@ set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
|||
set -g default-command /bin/bash
|
||||
set -g status-bg black
|
||||
set -g status-fg white
|
||||
set -g status-interval 10
|
||||
set -g status-interval 1
|
||||
set -g status-left-length 256
|
||||
set -g status-right-length 256
|
||||
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-fg white
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue