diff --git a/install.sh b/install.sh index 9270ee3..57b1f04 100755 --- a/install.sh +++ b/install.sh @@ -65,12 +65,6 @@ packagesYay=( _installPackagesPacman "${packagesPacman[@]}"; _installPackagesYay "${packagesYay[@]}"; -# Init pywal -wal -i ~/dotfiles/wallpapers/default.jpg - -# Copy default wallpaper to .cache for autolock screen -cp ~/dotfiles/wallpapers/default.jpg ~/.cache/current_wallpaper.jpg - # .config folder if [ ! -d ~/.config ]; then mkdir ~/.config @@ -100,5 +94,15 @@ _installSymLink swaylock ~/.config/swaylock ~/dotfiles/swaylock/ ~/.config _installSymLink wlogout ~/.config/wlogout ~/dotfiles/wlogout/ ~/.config _installSymLink swappy ~/.config/swappy ~/dotfiles/swappy/ ~/.config +# Init pywal +wal -i ~/dotfiles/wallpapers/default.jpg + +# Copy default wallpaper to .cache for autolock screen +cp ~/dotfiles/wallpapers/default.jpg ~/.cache/current_wallpaper.jpg + +# start service +sudo systemctl enable networkmanager +sudo systemctl enable ly + # DONE clear diff --git a/wallpapers/default.jpg b/wallpapers/default.jpg index 53f8b9d..70f7173 100644 Binary files a/wallpapers/default.jpg and b/wallpapers/default.jpg differ