Prepare for V2
This commit is contained in:
@@ -14,11 +14,12 @@ 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
|
||||||
@@ -26,7 +27,9 @@ pipewire-alsa
|
|||||||
playerctl
|
playerctl
|
||||||
polkit-kde-agent
|
polkit-kde-agent
|
||||||
python-requests
|
python-requests
|
||||||
|
python-pywal
|
||||||
qt5ct
|
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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user