added Bibata Modern Ice cursor
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
BIN
assets/Bibata-Modern-Ice.tar.xz
Normal file
BIN
assets/Bibata-Modern-Ice.tar.xz
Normal file
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user