Prepare for V2

This commit is contained in:
JaKooLit
2023-11-06 01:34:47 +09:00
parent bbe0ccc9b3
commit d1b3be54b6
2 changed files with 8 additions and 7 deletions

View File

@@ -14,19 +14,22 @@ Extra=(
hypr_package=( hypr_package=(
cliphist cliphist
dunst dunst
foot
grim grim
gvfs gvfs
gvfs-mtp gvfs-mtp
jq jq
kitty
nano
network-manager-applet network-manager-applet
pamixer pamixer
pavucontrol pavucontrol
pipewire-alsa pipewire-alsa
playerctl playerctl
polkit-kde-agent polkit-kde-agent
python-requests python-requests
qt5ct python-pywal
qt5ct
rofi-lbonn-wayland-git
slurp slurp
swappy swappy
swayidle swayidle
@@ -36,7 +39,6 @@ waybar
wget wget
wl-clipboard wl-clipboard
wlogout wlogout
wofi
xdg-user-dirs xdg-user-dirs
) )
@@ -51,7 +53,6 @@ mousepad
mpv mpv
nvtop nvtop
nwg-look-bin nwg-look-bin
swaybg
viewnior viewnior
vim vim
wlsunset wlsunset

View File

@@ -23,7 +23,7 @@ if [ -d Hyprland-Dots ]; then
chmod +x copy.sh chmod +x copy.sh
./copy.sh 2>&1 | tee -a "$LOG" ./copy.sh 2>&1 | tee -a "$LOG"
else else
if git clone https://github.com/JaKooLit/Hyprland-Dots.git; then if git clone --branch Betav0.4 https://github.com/JaKooLit/Hyprland-Dots; then
cd Hyprland-Dots || exit 1 cd Hyprland-Dots || exit 1
chmod +x copy.sh chmod +x copy.sh
./copy.sh 2>&1 | tee -a "$LOG" ./copy.sh 2>&1 | tee -a "$LOG"