mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Merge branch 'master' into offline-iso-installer
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [[ "$1" == "-y" ]]; then
|
sudo cp ~/.local/share/omarchy/default/plymouth/* /usr/share/plymouth/themes/omarchy/
|
||||||
sudo cp ~/.local/share/omarchy/default/plymouth/* /usr/share/plymouth/themes/omarchy/
|
sudo plymouth-set-default-theme -R omarchy
|
||||||
sudo plymouth-set-default-theme -R omarchy
|
|
||||||
fi
|
|
||||||
|
|||||||
@@ -7,3 +7,5 @@ ModuleName=script
|
|||||||
ImageDir=/usr/share/plymouth/themes/omarchy
|
ImageDir=/usr/share/plymouth/themes/omarchy
|
||||||
ScriptFile=/usr/share/plymouth/themes/omarchy/omarchy.script
|
ScriptFile=/usr/share/plymouth/themes/omarchy/omarchy.script
|
||||||
ConsoleLogBackgroundColor=0x1a1b26
|
ConsoleLogBackgroundColor=0x1a1b26
|
||||||
|
MonospaceFont=Cantarell 11
|
||||||
|
Font=Cantarell 11
|
||||||
|
|||||||
2
migrations/1757515650.sh
Normal file
2
migrations/1757515650.sh
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
echo "Update plymouth theme to avoid freetype2 issue that broke the styled login screen"
|
||||||
|
omarchy-refresh-plymouth
|
||||||
Reference in New Issue
Block a user