forked from Shinonome/dots-hyprland
Tweaks for text and names
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user