Whitespace

This commit is contained in:
John Mertz 2024-01-21 21:14:43 -07:00
parent b88b08cd10
commit 25e3e809b4
1 changed files with 6 additions and 6 deletions

View File

@ -130,7 +130,7 @@ my %configs = (
'scale' => 1.5, 'scale' => 1.5,
'waybar' => 'bottom', 'waybar' => 'bottom',
'fallback' => '#010101', 'fallback' => '#010101',
'bg' => 1, 'bg' => 1,
}, },
}, },
'eInk+x13' => { 'eInk+x13' => {
@ -454,11 +454,11 @@ foreach my $out (keys %$on) {
(defined($on->{$out}->{refresh}) ? '@'.$on->{$out}->{refresh}.'Hz' : ''); (defined($on->{$out}->{refresh}) ? '@'.$on->{$out}->{refresh}.'Hz' : '');
} }
if (defined($on->{$out}->{bg}) && $on->{$out}->{bg}) { if (defined($on->{$out}->{bg}) && $on->{$out}->{bg}) {
push(@wallpapers, $on->{$out}->{output}); push(@wallpapers, $on->{$out}->{output});
#$cmd .= " bg $on->{$out}->{bg} fit"; #$cmd .= " bg $on->{$out}->{bg} fit";
#if (defined $on->{$out}->{fallback}) { #if (defined $on->{$out}->{fallback}) {
#$cmd .= " $on->{$out}->{fallback}"; #$cmd .= " $on->{$out}->{fallback}";
#} #}
} elsif (defined $on->{$out}->{fallback}) { } elsif (defined $on->{$out}->{fallback}) {
$cmd .= " bg $on->{$out}->{fallback} solid_color"; $cmd .= " bg $on->{$out}->{fallback} solid_color";
} }