From 25e3e809b4ba4ed159c64e70bb7f90931241eb9d Mon Sep 17 00:00:00 2001 From: John Mertz Date: Sun, 21 Jan 2024 21:14:43 -0700 Subject: [PATCH] Whitespace --- sway/displays.pl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sway/displays.pl b/sway/displays.pl index b6dc48c..cf77a11 100755 --- a/sway/displays.pl +++ b/sway/displays.pl @@ -130,7 +130,7 @@ my %configs = ( 'scale' => 1.5, 'waybar' => 'bottom', 'fallback' => '#010101', - 'bg' => 1, + 'bg' => 1, }, }, 'eInk+x13' => { @@ -454,11 +454,11 @@ foreach my $out (keys %$on) { (defined($on->{$out}->{refresh}) ? '@'.$on->{$out}->{refresh}.'Hz' : ''); } if (defined($on->{$out}->{bg}) && $on->{$out}->{bg}) { - push(@wallpapers, $on->{$out}->{output}); - #$cmd .= " bg $on->{$out}->{bg} fit"; - #if (defined $on->{$out}->{fallback}) { - #$cmd .= " $on->{$out}->{fallback}"; - #} + push(@wallpapers, $on->{$out}->{output}); + #$cmd .= " bg $on->{$out}->{bg} fit"; + #if (defined $on->{$out}->{fallback}) { + #$cmd .= " $on->{$out}->{fallback}"; + #} } elsif (defined $on->{$out}->{fallback}) { $cmd .= " bg $on->{$out}->{fallback} solid_color"; }