fix to detect n900 battery; add support to built in battery variables to work with...
[monky] / debian / conky.sh
1 #! /bin/sh +x
2
3 if [ -e /home/user/MyDocs/conky.conf ] 
4 then
5     `which conky` -d -c /home/user/MyDocs/conky.conf
6 else
7     `which conky` -d -c /etc/conky/conky.conf
8 fi