Update bar more often and remove ./ from baraction.sh

This commit is contained in:
Marco Peereboom 2009-02-20 14:28:32 +00:00
parent 1494ae5cc8
commit 3356f1ccd4
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ while :; do
APM_DATA=""
I=0
while read -p; do
if [ $(( ${I} % 59 )) -eq 0 ]; then
if [ $(( ${I} % 1 )) -eq 0 ]; then
APM_DATA=`/usr/sbin/apm -alb`
fi
if [ $I -gt 2 ]; then

View file

@ -10,7 +10,7 @@ bar_border[1] = rgb:00/80/80
bar_color[1] = black
bar_font_color[1] = rgb:a0/a0/a0
bar_font = -*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*
#bar_action = ./baraction.sh
#bar_action = baraction.sh
#bar_delay = 1
clock_enabled = 1