From 669762342b9040170c81b2d81f50d505976befc1 Mon Sep 17 00:00:00 2001 From: yannickreiss Date: Sat, 22 Feb 2025 08:47:16 +0100 Subject: [PATCH] Remove hyprcursor theme for now --- arch_setup.sh | 1 - pure_setup.sh | 8 -------- 2 files changed, 9 deletions(-) diff --git a/arch_setup.sh b/arch_setup.sh index 94867c7..9b945f6 100755 --- a/arch_setup.sh +++ b/arch_setup.sh @@ -15,4 +15,3 @@ pacman --noconfirm -S nextcloud pacman --noconfirm -S firefox pacman --noconfirm -S pamixer pacman --noconfirm -S swaylock -pacman --noconfirm -S hyprcursor diff --git a/pure_setup.sh b/pure_setup.sh index 5f1fb6a..f432948 100755 --- a/pure_setup.sh +++ b/pure_setup.sh @@ -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