Increase icon size

This commit is contained in:
John Mertz 2022-09-23 18:19:25 -04:00
parent 22e3692d22
commit 0fab30cc8e
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ if ($cmd eq 'bar') {
my $temp = $ref->{current}->{temp} - 273.15;
my $icon = $ref->{current}->{weather}->[0]->{icon};
printf("%s%.1f%s", $icons{$icon}, ${temp}, "°C");
printf("<span font='Anonymous Pro 18'>%s</span>%.1f%s", $icons{$icon}, ${temp}, "°C");
} elsif ($cmd eq 'notify') {
`notify-send weather TODO`;
} else {