commit 09ac20dff153d09766fcc87eab99c247ea4a965a parent 7f621de85a89880670d068842cc46ff09b6d5c3a Author: Anders Damsgaard Christensen <adc@geo.au.dk> Date: Wed, 3 Apr 2013 11:29:17 +0200 removed Full from charge info Diffstat:
M | .tmux.conf | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.tmux.conf b/.tmux.conf @@ -54,7 +54,7 @@ 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/remaining//; 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/ , //') #[fg=white]#(cat /proc/loadavg|awk '{print $1;}') #[fg=cyan]%d %b %R" set -g status-justify centre # Highlight active window