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

View File

@ -23,7 +23,7 @@ if [ -d Hyprland-Dots ]; then
chmod +x copy.sh
./copy.sh 2>&1 | tee -a "$LOG"
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
chmod +x copy.sh
./copy.sh 2>&1 | tee -a "$LOG"