From 2737a76a85a8cc69ff36389f6e2181be9a68775d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 6 Aug 2025 20:28:41 +0200 Subject: [PATCH] Give the font cache 2 seconds to update before setting the font --- bin/omarchy-menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-menu b/bin/omarchy-menu index 7a67cfcf..3cf668e1 100755 --- a/bin/omarchy-menu +++ b/bin/omarchy-menu @@ -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() {