diff --git a/install.sh b/install.sh index d74edc4..c10b003 100644 --- a/install.sh +++ b/install.sh @@ -59,14 +59,14 @@ if [[ "$answer" == "y" || "$answer" == "Y" ]]; then if [[ "$answer" == "y" || "$answer" == "Y" ]]; then sudo cp -rf .config/ /home/$USER/ + sudo cp -rf themes_bg/modest-dark/ /usr/share/icons/ else sudo cp -ri .config/ /home/$USER/ + sudo cp -ri themes_bg/modest-dark/ /usr/share/icons/ fi hyprctl reload - sudo cp -ri themes_bg/modest-dark/ /usr/share/icons/ - sudo mkdir /etc/xdg/swaync/ mkdir -p ~/.local/bin sudo cp ~/.config/swaync/style.css /etc/xdg/swaync/style.css