summaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-10-03 14:15:48 +0200
committerFlorian Pritz <bluewind@xinu.at>2014-10-03 14:15:48 +0200
commit937134139090384192dcac08ae320d885c2be46b (patch)
tree7ecc9d0ff359e1c6e5e6a624a4cc65f3e7edf3c4 /.tmux.conf
parentf395da5d7a83523fa4ece83749bc963e1eca86be (diff)
downloaddotfiles-937134139090384192dcac08ae320d885c2be46b.tar.gz
dotfiles-937134139090384192dcac08ae320d885c2be46b.tar.xz
tmux.conf: display full /proc/loadavg
It's actually good to know how quickly (or if) the PID counter rises. Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index f4d1fbb..c10bde7 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -39,7 +39,7 @@ set -g base-index 1
#set -g status-left-length 30
set -g status-left '#[fg=green]#H #[fg=black,bright]• #[default]#[fg=blue]#(uname -r)#[default] #[fg=black,bright]• #[default]'
set -g status-justify centre
-set -g status-right '#[fg=black,bright]• #[fg=magenta]#(cut -d " " -f1-4 /proc/loadavg)'
+set -g status-right '#[fg=black,bright]• #[fg=magenta]#(cat /proc/loadavg)'
set -g status-left-length 40
set -g status-right-length 40