Standardize and expand tab to 4
This commit is contained in:
parent
c4bbf89f52
commit
ecd9920a37
|
@ -98,7 +98,7 @@ my %configs = (
|
|||
'x' => 0,
|
||||
'y' => 0,
|
||||
'rotate' => 0,
|
||||
'scale' => 1.33333,
|
||||
'scale' => 1.43,
|
||||
'waybar' => 'bottom',
|
||||
'fallback' => '#010101',
|
||||
'bg' => "$ENV{HOME}/wallpapers/wallpaper.png"
|
||||
|
@ -109,7 +109,6 @@ my %configs = (
|
|||
'TV' => {
|
||||
'on' => 0
|
||||
}
|
||||
'scale' => 1.43,
|
||||
},
|
||||
'eInk' => {
|
||||
'yoga' => {
|
||||
|
@ -122,6 +121,7 @@ my %configs = (
|
|||
'x' => 0,
|
||||
'y' => 0,
|
||||
'rotate' => 0,
|
||||
'scale' => 1.33333,
|
||||
'waybar' => 'top',
|
||||
'fallback' => '#010101',
|
||||
'bg' => "$ENV{HOME}/wallpapers/wallpaper.png"
|
||||
|
|
Loading…
Reference in New Issue