diff --git a/README.md b/README.md index 772515e..55bb276 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,16 @@ source ~/.zshrc - swww [`LINK`](https://github.com/Horus645/swww) - swaylock-effects [`LINK`](https://github.com/mortie/swaylock-effects) +- a.) to update these package, in your installation folder, you can move these folders, `Hyprland` `nwg-look` `swaylock-effects` `swww` `asusctl` `supergfxctl`, as appropriate or download manually, cd into it, and ran git pull +- b.) for Hyprland, nwg-look, asusctl, supergfxtctl, to update ran sudo make install +- c.) for swww, to update cargo build --release +- d.) for swaylock-effects +``` bash +meson build +ninja -C build +sudo ninja -C build install +``` + ### ✨ Roadmap: - [ ] Install zsh and oh-my-zsh without necessary steps above - [ ] possibly adding gruvbox themes, cursors, icons diff --git a/install.sh b/install.sh index d536953..d518a6e 100755 --- a/install.sh +++ b/install.sh @@ -60,6 +60,7 @@ nvidia="" nwg="" rog="" sddm="" +swaylock="" swww="" thunar="" xdph="" @@ -130,6 +131,8 @@ ask_yes_no "Do you want to install xdg-desktop-portal-hyprland?" xdph printf "\n" ask_yes_no "Do you want to install zsh and oh-my-zsh?" zsh printf "\n" +ask_yes_no "Do you want to install swaylock-effects?" swaylock +printf "\n" ask_yes_no "Do you want to install swww?" swww printf "\n" ask_yes_no "Do you want to install nwg-look?" nwg @@ -182,6 +185,10 @@ if [ "$zsh" == "Y" ]; then execute_script "zsh.sh" fi +if [ "$swaylock" == "Y" ]; then + execute_script "swaylock-effects.sh" +fi + if [ "$swww" == "Y" ]; then execute_script "swww.sh" fi