mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +00:00
install.sh: remove no longer true advantage of translations in ags ver
This commit is contained in:
parent
db83864d78
commit
0cb1bc4ca5
1 changed files with 6 additions and 5 deletions
11
install.sh
11
install.sh
|
|
@ -16,12 +16,13 @@ prevent_sudo_or_root
|
||||||
startask () {
|
startask () {
|
||||||
printf "\e[34m[$0]: Hi there! Before we start:\n"
|
printf "\e[34m[$0]: Hi there! Before we start:\n"
|
||||||
printf '\n'
|
printf '\n'
|
||||||
printf '[NEW] illogical-impulse is now powered by Quickshell. If you were using the old AGS version and would like to keep it, do not run this script.\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. If you do not need (inconsistent) translations, the Quickshell version is recommended.\n'
|
printf ' The AGS version, although uses less memory, has much worse performance (it uses Gtk3). \n'
|
||||||
printf ' If you would like it anyway, run the script in its branch instead: git checkout ii-ags && ./install.sh\n'
|
printf ' If you aren'\''t running on ewaste, the Quickshell version is recommended. \n'
|
||||||
|
printf ' If you would like the AGS version anyway, run the script in its branch instead: git checkout ii-ags && ./install.sh\n'
|
||||||
printf '\n'
|
printf '\n'
|
||||||
printf 'This script 1. only works for ArchLinux and Arch-based distros.\n'
|
printf 'This script: 1. only works for Arch Linux and Arch-based distros.\n'
|
||||||
printf ' 2. does not handle system-level/hardware stuff like Nvidia drivers\n'
|
printf ' 2. does not handle system-level/hardware stuff like Nvidia drivers\n'
|
||||||
printf "\e[31m"
|
printf "\e[31m"
|
||||||
|
|
||||||
printf "Would you like to create a backup for \"$XDG_CONFIG_HOME\" and \"$HOME/.local/\" folders?\n[y/N]: "
|
printf "Would you like to create a backup for \"$XDG_CONFIG_HOME\" and \"$HOME/.local/\" folders?\n[y/N]: "
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue