Tweaks for text and names

This commit is contained in:
clsty
2025-10-02 05:54:35 +08:00
parent f87e6e2b6a
commit 34c9cbeedb
29 changed files with 117 additions and 132 deletions
+4 -4
View File
@@ -3,7 +3,7 @@
#####################################################################################
printf "${COLOR_BLUE}[$0]: Hi there! Before we start:\n"
printf "${STY_BLUE}[$0]: Hi there! Before we start:\n"
printf '\n'
printf '[NEW] illogical-impulse is now powered by Quickshell. If you were using the old version with AGS and would like to keep it, do not run this script.\n'
printf ' The AGS version, although uses less memory, has much worse performance (it uses Gtk3). \n'
@@ -12,12 +12,12 @@ printf ' If you would like the AGS version anyway, run the script in its br
printf '\n'
printf 'This script does not handle system-level/hardware stuff like Nvidia drivers.\n'
printf "\n"
printf "${COLOR_RESET}"
printf "${STY_RESET}"
case $ask in
false) sleep 0 ;;
*)
printf "${COLOR_RED}"
printf "${STY_RED}"
printf '\n'
printf 'Do you want to confirm every time before a command executes?\n'
printf ' y = Yes, ask me before executing each of them. (DEFAULT)\n'
@@ -29,6 +29,6 @@ case $ask in
a) exit 1 ;;
*) ask=true ;;
esac
printf "${COLOR_RESET}"
printf "${STY_RESET}"
;;
esac