From 8eef96db51bd592ba6a18ecc6ccd6ad19179c07c Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 20 Sep 2024 18:55:13 +0900 Subject: [PATCH] small tweak --- install-scripts/paru.sh | 2 +- install-scripts/thunar.sh | 4 ++++ install-scripts/yay.sh | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/install-scripts/paru.sh b/install-scripts/paru.sh index 281bedb..d53c3ca 100755 --- a/install-scripts/paru.sh +++ b/install-scripts/paru.sh @@ -12,7 +12,7 @@ LOG="install-$(date +%d-%H%M%S)_paru.log" 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)" +WARN="$(tput setaf 5)[WARN]$(tput sgr0)" CAT="$(tput setaf 6)[ACTION]$(tput sgr0)" ORANGE=$(tput setaf 166) YELLOW=$(tput setaf 3) diff --git a/install-scripts/thunar.sh b/install-scripts/thunar.sh index 4d72b75..17cb74d 100755 --- a/install-scripts/thunar.sh +++ b/install-scripts/thunar.sh @@ -2,6 +2,10 @@ # 💫 https://github.com/JaKooLit 💫 # # Thunar # +if [[ $USE_PRESET = [Yy] ]]; then + source ./preset.sh +fi + thunar=( thunar thunar-volman diff --git a/install-scripts/yay.sh b/install-scripts/yay.sh index 2df0526..d2c1e4f 100755 --- a/install-scripts/yay.sh +++ b/install-scripts/yay.sh @@ -12,7 +12,7 @@ LOG="install-$(date +%d-%H%M%S)_yay.log" 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)" +WARN="$(tput setaf 5)[WARN]$(tput sgr0)" CAT="$(tput setaf 6)[ACTION]$(tput sgr0)" ORANGE=$(tput setaf 166) YELLOW=$(tput setaf 3)