diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-03-25 01:38:38 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-25 01:38:38 +0900 |
| commit | 3bb47cdec96caf4ecbe2ef79cec1b1aeff18e40a (patch) | |
| tree | aa8ff26a5ef9c530af349140f57ac08cc1168299 /copy.sh | |
| parent | 093e599a3411eaf3db6ebee31b8c91f8bc9e2faf (diff) | |
| parent | 767eaea8977a575d8c61edb52808478c055828e2 (diff) | |
Merge pull request #648 from JaKooLit/main
main to development
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -915,7 +915,7 @@ printf "\n%.0s" {1..1} sddm_sequioa="/usr/share/sddm/themes/sequoia_2" if [ -d "$sddm_sequioa" ]; then while true; do - echo "${CAT} SDDM sequoia_2 theme detected! Apply current wallpaper as SDDM background? (y/n): " + echo -n "${CAT} SDDM sequoia_2 theme detected! Apply current wallpaper as SDDM background? (y/n): " read SDDM_WALL # Remove any leading/trailing whitespace or newlines from input @@ -944,7 +944,7 @@ printf "\n%.0s" {1..1} echo "${MAGENTA}By default only a few wallpapers are copied${RESET}..." while true; do - echo "${CAT} Would you like to download additional wallpapers? ${WARN} This is 1GB in size (y/n): " + echo -n "${CAT} Would you like to download additional wallpapers? ${WARN} This is 1GB in size (y/n): " read WALL case $WALL in |
