mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 18:20:13 +01:00
update readme. added swaylock-effects
This commit is contained in:
parent
8b6a5f14a8
commit
103114fd7a
10
README.md
10
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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user