Increase icon size
This commit is contained in:
parent
22e3692d22
commit
0fab30cc8e
|
@ -30,7 +30,7 @@ if ($cmd eq 'bar') {
|
||||||
my $temp = $ref->{current}->{temp} - 273.15;
|
my $temp = $ref->{current}->{temp} - 273.15;
|
||||||
my $icon = $ref->{current}->{weather}->[0]->{icon};
|
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') {
|
} elsif ($cmd eq 'notify') {
|
||||||
`notify-send weather TODO`;
|
`notify-send weather TODO`;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue