Skip to content

Commit 1375b10

Browse files
ryanrhughesdhh
authored andcommitted
Set fixed fonts for Plymouth to solve freetype2 issue (basecamp#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 <[email protected]>
1 parent 85a99fb commit 1375b10

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

default/plymouth/omarchy.plymouth

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ ModuleName=script
77
ImageDir=/usr/share/plymouth/themes/omarchy
88
ScriptFile=/usr/share/plymouth/themes/omarchy/omarchy.script
99
ConsoleLogBackgroundColor=0x1a1b26
10+
MonospaceFont=Cantarell 11
11+
Font=Cantarell 11

migrations/1757515650.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
echo "Update plymouth theme to avoid freetype2 issue that broke the styled login screen"
2+
omarchy-refresh-plymouth

0 commit comments

Comments
 (0)