diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-13 19:37:46 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-13 19:37:46 +0900 |
| commit | 2cf856542f5b742b06ac20ff7f2e299b89f51448 (patch) | |
| tree | 0ac7bc5ec2042f8a5c4b86876656067e18305ef1 | |
| parent | d35e893d3008d768eebd3e6ddca394ad845a7d34 (diff) | |
updated some wordings
| -rw-r--r-- | README.md | 2 | ||||
| -rwxr-xr-x | config/hypr/scripts/DarkLight.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -94,7 +94,7 @@ curl -sL https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/Distro-Hy ### 💥 Copying / Installation / Update instructions 💥 - [`MORE INFO HERE`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update) > [!Note] -> The auto copy script "copy.sh" will create backups of intended folders to be copied. However, still a good idea to manually backup just incase script failed to backup! +> The auto copy script "copy.sh" will create backups of intended directories to be copied. However, still a good idea to manually backup just incase script failed to backup! - clone this repo by using git. Change directory, make executable and run the script > to download from Master branch diff --git a/config/hypr/scripts/DarkLight.sh b/config/hypr/scripts/DarkLight.sh index 96d43fa7..90c44e97 100755 --- a/config/hypr/scripts/DarkLight.sh +++ b/config/hypr/scripts/DarkLight.sh @@ -1,7 +1,7 @@ #!/bin/bash ## /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## # For Dark and Light switching -# Note: Scripts are looking for keywords Light or Dark except for wallpapers as the are in a separate folders +# Note: Scripts are looking for keywords Light or Dark except for wallpapers as the are in a separate directories # Paths wallpaper_base_path="$HOME/Pictures/wallpapers/Dynamic-Wallpapers" |
