diff -puNr weather-wallpaper-0.2.0.orig/weather-wallpaper weather-wallpaper-0.2.0/weather-wallpaper --- weather-wallpaper-0.2.0.orig/weather-wallpaper 2008-07-11 22:11:52.000000000 +0200 +++ weather-wallpaper-0.2.0/weather-wallpaper 2008-07-11 22:31:29.000000000 +0200 @@ -425,8 +425,8 @@ class Updater(threading.Thread): report_str += _("Pressure: ") + "%s\n" % (pressure) report_str = report_str.replace("\'","\\\'") - x = width + offset_x - y = height - (height * 0.2) + offset_y + x = width - 220 + offset_x + y = height - 195 + offset_y cmd = "convert %s -fill white -pointsize 14 -stroke \#777 -strokewidth 1 -draw \"text %s,%s '%s'\" -stroke none -draw \"text %s,%s '%s'\" %s" % (output_img, x, y, report_str, x, y, report_str, output_img) os.popen(cmd)