diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 893f2d7..e1a6543 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -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 diff --git a/assets/Bibata-Modern-Ice.tar.xz b/assets/Bibata-Modern-Ice.tar.xz new file mode 100644 index 0000000..8aed4ec Binary files /dev/null and b/assets/Bibata-Modern-Ice.tar.xz differ diff --git a/install-scripts/gtk_themes.sh b/install-scripts/gtk_themes.sh index f237371..63907fd 100644 --- a/install-scripts/gtk_themes.sh +++ b/install-scripts/gtk_themes.sh @@ -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