Give the font cache 2 seconds to update before setting the font

This commit is contained in:
David Heinemeier Hansson 2025-08-06 20:28:41 +02:00
parent ff0aedd0eb
commit 2737a76a85

View File

@ -24,7 +24,7 @@ install_and_launch() {
}
install_font() {
present_terminal "echo 'Installing $1...'; yay -Sy --noconfirm --needed $2 && ~/.local/share/omarchy/bin/omarchy-font-set '$3'"
present_terminal "echo 'Installing $1...'; yay -Sy --noconfirm --needed $2 && sleep 2 && ~/.local/share/omarchy/bin/omarchy-font-set '$3'"
}
show_learn_menu() {