Remove hyprcursor theme for now

This commit is contained in:
Yannick Reiß 2025-02-22 08:47:16 +01:00
parent faa6f4130a
commit 669762342b
2 changed files with 0 additions and 9 deletions

View File

@ -15,4 +15,3 @@ pacman --noconfirm -S nextcloud
pacman --noconfirm -S firefox
pacman --noconfirm -S pamixer
pacman --noconfirm -S swaylock
pacman --noconfirm -S hyprcursor

View File

@ -50,11 +50,3 @@ else
git pull
cd ..
fi
if [ ! -d ~/.local/share/icons/Future-Cyan-Hyprcursor_Theme ]; then
git clone https://gitlab.com/Pummelfisch/future-cyan-hyprcursor
cd future-cyan-hyprcursor
mv Future-Cyan-Hyprcursor_Theme ~/.local/share/icons/Future-Cyan-Hyprcursor_Theme
cd ..
rm -rf future-cyan-hyprcursor
fi