From bf07883e8264a8d2ec4333497c36ba00510c3258 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Wed, 10 Sep 2025 11:05:13 -0400 Subject: [PATCH] Set fixed fonts for Plymouth to solve freetype2 issue (#1572) * Set fonts for plymouth to solve freetype2 issue * Fix typo in plymouth theme update message Clarified the reason for the plymouth theme update. --------- Co-authored-by: David Heinemeier Hansson --- 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 9b45fc3..9935630 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 0000000..0087257 --- /dev/null +++ b/migrations/1757515650.sh @@ -0,0 +1,2 @@ +echo "Update plymouth theme to avoid freetype2 issue that broke the styled login screen" +omarchy-refresh-plymouth