updated on Fri Jan 13 20:02:10 UTC 2012
[aur-mirror.git] / asus_oled-clock-svn / asusoled-clock.patch
blobdca8e9e928a3d6f8250da918583044e2a0f551ef
1 --- asusoled-clock.orig 2008-12-28 22:28:15.000000000 +0200
2 +++ asusoled-clock 2008-12-28 22:28:49.000000000 +0200
3 @@ -24,7 +24,7 @@
4 test -x $MOGRIFY || exit 1
6 # We initialize the ASUS Oled screen
7 -$ASUSOLED -e
8 +$ASUSOLED -e > /dev/null
10 TEMPORARY_PIXMAP=`/bin/tempfile`
12 @@ -33,7 +33,7 @@
13 /bin/cp $CLOCK_PIXMAP $TEMPORARY_PIXMAP
14 $MOGRIFY -fill white -pointsize 15 -annotate 0x0+2+15 `date $DATE_FORMAT` $TEMPORARY_PIXMAP
15 $MOGRIFY -fill white -pointsize 15 -annotate 0x0+2+31 `date $TIME_FORMAT` $TEMPORARY_PIXMAP
16 - $ASUSOLED -s $TEMPORARY_PIXMAP
17 + $ASUSOLED -s $TEMPORARY_PIXMAP > /dev/null
18 /bin/sleep 1
19 done