From 71550de7a1a9ff3f6c0c5b95951f74e42efa1d83 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sun, 25 Aug 2013 17:04:39 -0400 Subject: [PATCH] Fix formatting on current stuff. --- conky-mythtv-weather-build.plx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conky-mythtv-weather-build.plx b/conky-mythtv-weather-build.plx index 222dccc..41654c5 100755 --- a/conky-mythtv-weather-build.plx +++ b/conky-mythtv-weather-build.plx @@ -95,8 +95,8 @@ undef $feelsLike if $feelsLike =~ /^\s*N[\s\/]*A\s*$/i; undef $windGust if defined $windGust and $windGust =~ /^\s*N[\s\/]*A\s*$/i; print "\${font :size=${FONT_SIZE}px} Current: $temp $degree"; -print " ($feelsLike $degree)" if defined $feelsLike; -print "\n\${goto 20}Humidity: $humidity\% Wind: $windSpeed kph"; +print " (feels like: $feelsLike $degree)" if defined $feelsLike; +print "\n\${goto 82}Humidity: $humidity\% Wind: $windSpeed kph"; print " ($windGust kph)" if defined $windGust; print "\n\n";