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 6a7a2f09e7bf7340f53b0c1d5a6ab480645178d1
parent 6fe135aeeedde1ad0ca38b8ab43008e63eac87ab
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Sun,  3 Jul 2016 11:19:44 -0800

show 5m avg load in menu bar

Diffstat:
Abitbar-plugins/load.10s.sh | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/bitbar-plugins/load.10s.sh b/bitbar-plugins/load.10s.sh @@ -0,0 +1,4 @@ +#!/bin/sh +color="#eebf36" +out=$(uptime|sed 's/.* //') +echo "$out | color=$color"