From f72311190587d83ce58a525db3b7af1adcb2fc13 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 1 Mar 2025 02:43:02 +0900 Subject: Introduction of using a separate file for Default apps, terminals, file managers, search engines... --- copy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'copy.sh') diff --git a/copy.sh b/copy.sh index 69641fda..5757f192 100755 --- a/copy.sh +++ b/copy.sh @@ -257,7 +257,7 @@ printf "\n%.0s" {1..1} # Function to modify the ENVariables.conf file update_editor() { local editor=$1 - sed -i "s/#env = EDITOR,.*/env = EDITOR,$editor #default editor/" config/hypr/UserConfigs/ENVariables.conf + sed -i "s/#env = EDITOR,.*/env = EDITOR,$editor #default editor/" config/hypr/UserConfigs/01-UserDefaults.conf echo "${OK} Default editor set to ${MAGENTA}$editor${RESET}." 2>&1 | tee -a "$LOG" } @@ -700,6 +700,7 @@ printf "\n%.0s" {1..1} # Restoring UserConfigs and UserScripts DIRH="hypr" FILES_TO_RESTORE=( + 01-UserDefaults.conf "ENVariables.conf" "LaptopDisplay.conf" "Laptops.conf" -- cgit v1.2.3 From ef33ca4621e8ded1b7c9982c4ec4ca978a8c3797 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 7 Mar 2025 13:21:56 +0900 Subject: reduced yad timeout for applying SDDM background to 5 secs from 10 secs --- config/hypr/UserScripts/WallpaperEffects.sh | 2 +- config/hypr/UserScripts/WallpaperSelect.sh | 2 +- copy.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'copy.sh') diff --git a/config/hypr/UserScripts/WallpaperEffects.sh b/config/hypr/UserScripts/WallpaperEffects.sh index 25d49b46..7b1cf00b 100755 --- a/config/hypr/UserScripts/WallpaperEffects.sh +++ b/config/hypr/UserScripts/WallpaperEffects.sh @@ -114,7 +114,7 @@ if [[ -n "$choice" ]]; then if yad --info --text="Set current wallpaper as SDDM background?\n\nNOTE: This only applies to SEQUOIA SDDM Theme" \ --text-align=left \ --title="SDDM Background" \ - --timeout=10 \ + --timeout=5 \ --timeout-indicator=right \ --button="yad-yes:0" \ --button="yad-no:1" \ diff --git a/config/hypr/UserScripts/WallpaperSelect.sh b/config/hypr/UserScripts/WallpaperSelect.sh index 7b666295..11a19efd 100755 --- a/config/hypr/UserScripts/WallpaperSelect.sh +++ b/config/hypr/UserScripts/WallpaperSelect.sh @@ -142,7 +142,7 @@ if [[ -n "$choice" ]]; then if yad --info --text="Set current wallpaper as SDDM background?\n\nNOTE: This only applies to SEQUOIA SDDM Theme" \ --text-align=left \ --title="SDDM Background" \ - --timeout=10 \ + --timeout=5 \ --timeout-indicator=right \ --button="yad-yes:0" \ --button="yad-no:1" \ diff --git a/copy.sh b/copy.sh index 5757f192..f0e88b79 100755 --- a/copy.sh +++ b/copy.sh @@ -910,7 +910,7 @@ printf "\n%.0s" {1..1} echo "${MAGENTA}By default only a few wallpapers are copied${RESET}..." while true; do - read -rp "${CAT} Would you like to download additional wallpapers? ${WARN} This is more than 800 MB (y/n)" WALL + read -rp "${CAT} Would you like to download additional wallpapers? ${WARN} This is almost 1GB (y/n)" WALL case $WALL in [Yy]) echo "${NOTE} Downloading additional wallpapers..." -- cgit v1.2.3 From 5647a5953f64959302abc8b2109d37d20b452eff Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 8 Mar 2025 01:01:24 +0900 Subject: updated copy.sh --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'copy.sh') diff --git a/copy.sh b/copy.sh index f0e88b79..cd116164 100755 --- a/copy.sh +++ b/copy.sh @@ -700,7 +700,7 @@ printf "\n%.0s" {1..1} # Restoring UserConfigs and UserScripts DIRH="hypr" FILES_TO_RESTORE=( - 01-UserDefaults.conf + "01-UserDefaults.conf" "ENVariables.conf" "LaptopDisplay.conf" "Laptops.conf" -- cgit v1.2.3 From b6ba772057064e7ff9cf85d988b0f7be50fc95f0 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 8 Mar 2025 19:49:35 +0900 Subject: bumping to new version --- config/hypr/v2.3.13 | 5 +++++ config/hypr/v2.3.13-dev | 5 ----- copy.sh | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 config/hypr/v2.3.13 delete mode 100644 config/hypr/v2.3.13-dev (limited to 'copy.sh') diff --git a/config/hypr/v2.3.13 b/config/hypr/v2.3.13 new file mode 100644 index 00000000..31b3414d --- /dev/null +++ b/config/hypr/v2.3.13 @@ -0,0 +1,5 @@ +### https://github.com/JaKooLit ### +## https://github.com/JaKooLit/Hyprland-Dots +## This is to have a reference of which version would be + +## note that this will always be higher than the released versions \ No newline at end of file diff --git a/config/hypr/v2.3.13-dev b/config/hypr/v2.3.13-dev deleted file mode 100644 index 31b3414d..00000000 --- a/config/hypr/v2.3.13-dev +++ /dev/null @@ -1,5 +0,0 @@ -### https://github.com/JaKooLit ### -## https://github.com/JaKooLit/Hyprland-Dots -## This is to have a reference of which version would be - -## note that this will always be higher than the released versions \ No newline at end of file diff --git a/copy.sh b/copy.sh index cd116164..e821d139 100755 --- a/copy.sh +++ b/copy.sh @@ -64,9 +64,9 @@ printf "\n%.0s" {1..1} ####### Announcement echo "${WARNING}A T T E N T I O N !${RESET}" -echo "${SKY_BLUE}This version (v2.3.12) requires nwg-displays and some fonts!${RESET}" +echo "${SKY_BLUE}This version (v2.3.13) no extra packages!${RESET}" echo "${SKY_BLUE}If you ran through (Distro-Hyprland install scripts), no need to do anything${RESET}" -echo "${YELLOW}previous version: Some Keybinds changes${RESET}" +echo "${YELLOW}previous version: nwg-displays & Some Keybinds changes${RESET}" echo "${MAGENTA}Kindly visit KooL Hyprland Own Wiki for changelogs${RESET}" printf "\n%.0s" {1..1} -- cgit v1.2.3