install.sh aktuallisiert

This commit is contained in:
Stefan Spangenberg 2023-10-20 15:13:02 +02:00
parent 4281548449
commit 8b2e53bcbe
2 changed files with 10 additions and 6 deletions

View File

@ -65,12 +65,6 @@ packagesYay=(
_installPackagesPacman "${packagesPacman[@]}"; _installPackagesPacman "${packagesPacman[@]}";
_installPackagesYay "${packagesYay[@]}"; _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 # .config folder
if [ ! -d ~/.config ]; then if [ ! -d ~/.config ]; then
mkdir ~/.config mkdir ~/.config
@ -100,5 +94,15 @@ _installSymLink swaylock ~/.config/swaylock ~/dotfiles/swaylock/ ~/.config
_installSymLink wlogout ~/.config/wlogout ~/dotfiles/wlogout/ ~/.config _installSymLink wlogout ~/.config/wlogout ~/dotfiles/wlogout/ ~/.config
_installSymLink swappy ~/.config/swappy ~/dotfiles/swappy/ ~/.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 # DONE
clear clear

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 462 KiB