Whitespace
This commit is contained in:
parent
b88b08cd10
commit
25e3e809b4
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue