install.sh aktuallisiert
This commit is contained in:
parent
4281548449
commit
8b2e53bcbe
16
install.sh
16
install.sh
@ -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 |
Loading…
x
Reference in New Issue
Block a user