Increase scale for new terminal font size.

Maximum possible to fit 108 columns when vertically split 50/50, enough for 100 columns plus 8 for line numbers/git status
This commit is contained in:
John Mertz 2022-12-29 12:36:53 -05:00
parent a8528278a1
commit c4bbf89f52
1 changed files with 1 additions and 1 deletions

View File

@ -109,6 +109,7 @@ my %configs = (
'TV' => { 'TV' => {
'on' => 0 'on' => 0
} }
'scale' => 1.43,
}, },
'eInk' => { 'eInk' => {
'yoga' => { 'yoga' => {
@ -121,7 +122,6 @@ my %configs = (
'x' => 0, 'x' => 0,
'y' => 0, 'y' => 0,
'rotate' => 0, 'rotate' => 0,
'scale' => 1.33333,
'waybar' => 'top', 'waybar' => 'top',
'fallback' => '#010101', 'fallback' => '#010101',
'bg' => "$ENV{HOME}/wallpapers/wallpaper.png" 'bg' => "$ENV{HOME}/wallpapers/wallpaper.png"