install: fix hyprland errors

Reload hyprland to generate files
This commit is contained in:
2 * r + 2 * t 2025-06-21 12:36:03 +10:00
parent bd3af68e32
commit 5577bc4be1

View file

@ -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