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 fc19f0f48f079c034387acc1fdf511c6745009a1
parent 1f3f18e581a252c71dc279495076a0f7fe4a9b6c
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sat, 12 Jul 2014 16:46:38 +0200

change colors on tmux status bar

Diffstat:
M.tmux.conf | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.tmux.conf b/.tmux.conf @@ -62,7 +62,7 @@ set -g status-fg cyan #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-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=yellow]#(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 @@ -97,8 +97,8 @@ setw -g window-status-bell-attr blink setw -g window-status-bell-bg default setw -g window-status-bell-fg default #setw -g window-status-format '#[fg=default]#[bg=default] #I #[bg=default]#[fg=black,bold] #W ' -setw -g window-status-format '#[fg=default]#[bg=default] #I #[bg=default]#[fg=white] #W ' -setw -g window-status-current-format '#[fg=default]#[bg=yellow,bold] #I #[fg=white,bold]#[bg=default] #W ' +setw -g window-status-format '#[fg=green]#[bg=default] #I #[bg=default]#[fg=green]#W ' +setw -g window-status-current-format '#[fg=red]#[bg=default] #I #[fg=red,bg=default]#W ' # # Inactive panes