feat(framework): Add font size patch for Framework 13

This commit is contained in:
Kyle Gospodnetich 2024-05-06 17:59:13 -07:00 committed by GitHub
parent 043ef7ee7c
commit adc3b49d58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,7 +116,11 @@ else
echo 'Enabling natural scroll'
dconf write /org/gnome/desktop/peripherals/mouse/natural-scroll true
echo 'Adjusting OSD position'
dconf watch /org/gnome/shell/extensions/just-perfection/osd-position 4
dconf write /org/gnome/shell/extensions/just-perfection/osd-position 4
if [[ $SYS_ID == "Laptop ("* ]]; then
echo 'Applying font fix for Framework 13'
dconf write /org/gnome/desktop/interface/text-scaling-factor 1.25
fi
touch "$BAZZITE_CONFIG_DIR/framework-initialized"
fi
fi