From d1b3be54b6835d53ca49d4076214182a2eac4d4c Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 6 Nov 2023 01:34:47 +0900 Subject: [PATCH] Prepare for V2 --- install-scripts/00-hypr-pkgs.sh | 13 +++++++------ install-scripts/dotfiles.sh | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/install-scripts/00-hypr-pkgs.sh b/install-scripts/00-hypr-pkgs.sh index 942400f..be31975 100644 --- a/install-scripts/00-hypr-pkgs.sh +++ b/install-scripts/00-hypr-pkgs.sh @@ -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 diff --git a/install-scripts/dotfiles.sh b/install-scripts/dotfiles.sh index c876174..fb21769 100644 --- a/install-scripts/dotfiles.sh +++ b/install-scripts/dotfiles.sh @@ -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"