install: fix hyprland errors
Reload hyprland to generate files
This commit is contained in:
parent
bd3af68e32
commit
5577bc4be1
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue