From 05deb600f8a2be95b44705acccad0661223b7062 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Fri, 24 Jan 2014 14:54:01 -0500 Subject: [PATCH] Yet another hack on the formatting change. --- conky-mythtv-weather-alert.plx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conky-mythtv-weather-alert.plx b/conky-mythtv-weather-alert.plx index 46dd8da..9bc356e 100755 --- a/conky-mythtv-weather-alert.plx +++ b/conky-mythtv-weather-alert.plx @@ -133,7 +133,7 @@ foreach my $location (keys %data) { } if ($output ne "") { print "\${color}\$hr\n"; - $vpos += 10 * $TEXT_LINE_OFFSET_VPOS_AMOUNT; + $vpos += 7 * $TEXT_LINE_OFFSET_VPOS_AMOUNT; } $record =~ s/\n/ /gm; if (keys(%data) > 0 and length($output) > 0) {