dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 4ab08059fd48679075c51b0856b096b2c40781bc
parent f345c7f1cc800b79ec6793794216d94d88109973
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Fri,  3 Jan 2014 20:41:37 +0100

Changed tmux status bar

Diffstat:
M.tmux.conf | 25++++++++++++-------------
1 file changed, 12 insertions(+), 13 deletions(-)

diff --git a/.tmux.conf b/.tmux.conf @@ -51,22 +51,21 @@ bind-key a send-prefix # done # Set status bar -#set -g status-interval 5 -#set -g status-bg default -#set -g status-fg white -##set -g status-right "#[fg=green]#H" -#set -g status-left-length 40 -#set -g status-left "#[fg=green]s:#S #[fg=yellow]w:#I #[fg=cyan]p:#P" -#set -g status-right "#[fg=blue]#(acpi|sed 's/Battery//; s/0://; s/Discharging//; s/Full, //; s/remaining//; s/ , //; s/Charging, /+/; s/ until charged/ /; s/, / /; s/Unknown //; s/ $//;') #[fg=white]#(cat /proc/loadavg|awk '{print $1;}') #[fg=cyan]%d %b %R" -#set -g status-justify centre +set -g status-interval 5 set -g status-bg default -set -g status-fg cyan -set -g status-interval 4 -set -g status-left '' -set -g status-right '' +set -g status-fg white +#set -g status-right "#[fg=green]#H" +set -g status-left-length 40 +set -g status-left "#[fg=green]s:#S #[fg=yellow]w:#I #[fg=cyan]p:#P" +set -g status-right "#[fg=blue]#(acpi|sed 's/Battery//; s/0://; s/Discharging//; s/Full, //; s/remaining//; s/ , //; s/Charging, /+/; s/ until charged/ /; s/, / /; s/Unknown //; s/ $//;') #[fg=white]#(cat /proc/loadavg|awk '{print $1;}') #[fg=cyan]%d %b %R" +set -g status-justify centre +#set -g status-bg default +#set -g status-fg cyan +#set -g status-interval 4 +#set -g status-left '' +#set -g status-right '' #set -g status-left '#[fg=white,bold]#S#[fg=cyan] | #[fg=white,bold]#(echo $USER) ' #set -g status-right '#[fg=white]#H#[fg=cyan] | #[fg=white]#(uname -r)#[default]' -set -g status-justify centre # Timeout for pane-numbering in milliseconds set-option -g display-panes-time 3000