From b9f46fb46c990fdef955b72dbdd4363da17ffc59 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 18 Sep 2013 13:50:52 -0400 Subject: remove .config/wmii; it was confusing to have it and .config/wmii-hg --- .config/wmii/rbar_cpu | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 .config/wmii/rbar_cpu (limited to '.config/wmii/rbar_cpu') diff --git a/.config/wmii/rbar_cpu b/.config/wmii/rbar_cpu deleted file mode 100755 index d5b70d3..0000000 --- a/.config/wmii/rbar_cpu +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -. include.sh - -priority=$1 - -while connected_to_x_server; do - # This doesn't work for me, it shows capacity - #echo -n 'Core MHz:' $(cat /proc/cpuinfo | grep 'cpu MHz' | sed 's/.*: //g; s/\..*//g;') >> "$WMII_DIR/rbar/${priority}_cpu" - # This actually displays %idle - echo 'CPU: [ '$(tail -n3 ~/tmp/cputime|sed -ur 's/\s\s+/\t/g'|cut -f2,11|sed 's/\t\(.*\)/(\1)/')' ]' >> "$WMII_DIR/rbar/${priority}_cpu" - sleep 1 -done -- cgit v1.2.3-54-g00ecf