forked from Shinonome/caelestia-cli
fix 3
This commit is contained in:
+3
-1
@@ -11,9 +11,11 @@ set -l hypr $CONFIG/../hypr
|
|||||||
confirm-overwrite $hypr dummy
|
confirm-overwrite $hypr dummy
|
||||||
git clone 'https://github.com/caelestia-dots/hypr.git' /tmp/caelestia-hypr
|
git clone 'https://github.com/caelestia-dots/hypr.git' /tmp/caelestia-hypr
|
||||||
rm -rf $hypr && mv /tmp/caelestia-hypr $hypr
|
rm -rf $hypr && mv /tmp/caelestia-hypr $hypr
|
||||||
hyprctl reload
|
|
||||||
|
|
||||||
pacman -Q ydotool &> /dev/null || sudo pacman -S --needed --noconfirm ydotool
|
pacman -Q ydotool &> /dev/null || sudo pacman -S --needed --noconfirm ydotool
|
||||||
systemctl --user enable --now ydotool.service
|
systemctl --user enable --now ydotool.service
|
||||||
|
|
||||||
|
sleep .5
|
||||||
|
hyprctl reload
|
||||||
|
|
||||||
log 'Done.'
|
log 'Done.'
|
||||||
|
|||||||
Reference in New Issue
Block a user