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