From 5577bc4be169c6c488ddab2d1301c18b186f0cb0 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 21 Jun 2025 12:36:03 +1000 Subject: [PATCH] install: fix hyprland errors Reload hyprland to generate files --- install.fish | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install.fish b/install.fish index f5e5ecf..7f0fbe5 100755 --- a/install.fish +++ b/install.fish @@ -278,7 +278,11 @@ if set -q _flag_zen end # Generate scheme stuff if needed -test -f $state/caelestia/scheme.json || caelestia scheme set -n shadotheme +if ! test -f $state/caelestia/scheme.json + caelestia scheme set -n shadotheme + sleep .1 + hyprctl reload +end # Start the shell caelestia shell -d > /dev/null