updated swww.sh to download from version v0.9.5

This commit is contained in:
JaKooLit 2024-12-05 07:46:16 +09:00
parent eafd37ead2
commit 43290a3fc2
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
## Changelogs
## 10 Dec 2024
- updated swww.sh to download from version v0.9.5
## 24 Nov 2024
- switched to download rofi-wayland from releases instead from upstream

View File

@ -45,7 +45,7 @@ if [ -d "swww" ]; then
git pull origin main 2>&1 | tee -a "$MLOG"
else
printf "${NOTE} Cloning swww repository...\n"
if git clone --recursive https://github.com/Horus645/swww.git; then
if git clone --recursive-b $swww_tag https://github.com/Horus645/swww.git; then
cd swww || exit 1
else
echo -e "${ERROR} Download failed for swww" 2>&1 | tee -a "$LOG"