updated some files
This commit is contained in:
@@ -133,7 +133,7 @@ execute_script() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#################
|
#################
|
||||||
# Default values for the options (will be overwritten by preset file if available)
|
## Default values for the options (will be overwritten by preset file if available)
|
||||||
gtk_themes="OFF"
|
gtk_themes="OFF"
|
||||||
bluetooth="OFF"
|
bluetooth="OFF"
|
||||||
thunar="OFF"
|
thunar="OFF"
|
||||||
@@ -152,11 +152,10 @@ nouveau="OFF"
|
|||||||
# Function to load preset file
|
# Function to load preset file
|
||||||
load_preset() {
|
load_preset() {
|
||||||
if [ -f "$1" ]; then
|
if [ -f "$1" ]; then
|
||||||
# Source the preset file
|
echo "✅ Loading preset: $1"
|
||||||
source "$1"
|
source "$1"
|
||||||
echo "${NOTE} - Preset file loaded successfully."
|
|
||||||
else
|
else
|
||||||
echo "${INFO} - Preset file not found. Using default values."
|
echo "⚠️ Preset file not found: $1. Using default values."
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -165,7 +164,6 @@ if [[ "$1" == "--preset" && -n "$2" ]]; then
|
|||||||
load_preset "$2"
|
load_preset "$2"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# List of services to check for active login managers
|
# List of services to check for active login managers
|
||||||
services=("gdm.service" "gdm3.service" "lightdm.service" "lxdm.service")
|
services=("gdm.service" "gdm3.service" "lightdm.service" "lxdm.service")
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,9 @@
|
|||||||
|
|
||||||
### Script will install nvidia-dkms nvidia-utils & nvidia-settings
|
### Script will install nvidia-dkms nvidia-utils & nvidia-settings
|
||||||
###-Would you like script to Configure NVIDIA for you?
|
###-Would you like script to Configure NVIDIA for you?
|
||||||
nvidia="ON"
|
nvidia="OFF"
|
||||||
### Would you like to blacklist nouveau? (y/n)
|
### Would you like to blacklist nouveau? (y/n)
|
||||||
nouveau="ON"
|
nouveau="OFF"
|
||||||
|
|
||||||
###-Install GTK themes (required for Dark/Light function)?
|
###-Install GTK themes (required for Dark/Light function)?
|
||||||
gtk_themes="ON"
|
gtk_themes="ON"
|
||||||
@@ -42,7 +42,7 @@ pokemon="ON"
|
|||||||
|
|
||||||
### This will install ASUSCTL & SUPERGFXCTL
|
### This will install ASUSCTL & SUPERGFXCTL
|
||||||
###-Installing on Asus ROG Laptops?
|
###-Installing on Asus ROG Laptops?
|
||||||
rog="ON"
|
rog="OFF"
|
||||||
|
|
||||||
###-Download and Add pre-configured Hyprland dotfiles?
|
###-Download and Add pre-configured Hyprland dotfiles?
|
||||||
dots="ON"
|
dots="ON"
|
||||||
|
|||||||
Reference in New Issue
Block a user