added Bibata Modern Ice cursor

This commit is contained in:
JaKooLit 2023-11-23 13:33:30 +09:00
parent 2f15a2cb83
commit 5b786fe48d
3 changed files with 5 additions and 13 deletions

View File

@ -1,5 +1,8 @@
## Changelogs
## 23-Nov-2023
- Added Bibata cursor to install if opted for GTK Themes. However, it is not pre-applied. Use nwg-look utility to apply
## 19-Nov-2023
- Adjust dotfiles script to download from releases instead of from upstream

Binary file not shown.

View File

@ -20,19 +20,6 @@ RESET=$(tput sgr0)
# Set the name of the log file to include the current date and time
LOG="install-$(date +%d-%H%M%S)_themes.log"
# Set some colors for output messages
OK="$(tput setaf 2)[OK]$(tput sgr0)"
ERROR="$(tput setaf 1)[ERROR]$(tput sgr0)"
NOTE="$(tput setaf 3)[NOTE]$(tput sgr0)"
WARN="$(tput setaf 166)[WARN]$(tput sgr0)"
CAT="$(tput setaf 6)[ACTION]$(tput sgr0)"
ORANGE=$(tput setaf 166)
YELLOW=$(tput setaf 3)
RESET=$(tput sgr0)
# Set the name of the log file to include the current date and time
LOG="install-$(date +%d-%H%M%S)_themes.log"
ISAUR=$(command -v yay || command -v paru)
@ -80,4 +67,6 @@ else
echo -e "${ERROR} Download failed for Tokyo Theme GTK packages."
fi
tar -xf "assets/Bibata-Modern-Ice.tar.xz" -C ~/.icons 2>&1 | tee -a "$LOG"
clear