From 880257874c3d8c708b5b4363bd3ae37e201836a9 Mon Sep 17 00:00:00 2001 From: Ryan Hughes <1630358+ryanrhughes@users.noreply.github.com> Date: Wed, 10 Sep 2025 10:56:00 -0400 Subject: [PATCH] Set fonts for plymouth to solve freetype2 issue --- default/plymouth/omarchy.plymouth | 2 ++ migrations/1757515650.sh | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 migrations/1757515650.sh diff --git a/default/plymouth/omarchy.plymouth b/default/plymouth/omarchy.plymouth index 9b45fc39..99356303 100644 --- a/default/plymouth/omarchy.plymouth +++ b/default/plymouth/omarchy.plymouth @@ -7,3 +7,5 @@ ModuleName=script ImageDir=/usr/share/plymouth/themes/omarchy ScriptFile=/usr/share/plymouth/themes/omarchy/omarchy.script ConsoleLogBackgroundColor=0x1a1b26 +MonospaceFont=Cantarell 11 +Font=Cantarell 11 diff --git a/migrations/1757515650.sh b/migrations/1757515650.sh new file mode 100644 index 00000000..4935d543 --- /dev/null +++ b/migrations/1757515650.sh @@ -0,0 +1,2 @@ +echo "Update plymouth theme to avoide freetype2 issue" +omarchy-refresh-plymouth