aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-11-06 11:28:38 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-11-06 11:28:38 +0900
commit7b058a7d9573d87c1e0b6c551c77e6a8f009be58 (patch)
treec012cfcaefa5aedc0fbd60d02256ae28ded68a79 /config
parent13ac6bca222fc4a3061616947fc8aa49d918e597 (diff)
Fixed the initial startup
Diffstat (limited to 'config')
-rw-r--r--config/hypr/initial-boot.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh
index a024ce63..0e68f792 100644
--- a/config/hypr/initial-boot.sh
+++ b/config/hypr/initial-boot.sh
@@ -12,13 +12,13 @@ if [ ! -f ~/.hyprland_startup_done ]; then
# Check if the ~/Pictures/wallpapers directory exists
if [ -d ~/Pictures/wallpapers ]; then
# Run wal with random wallpapers from ~/Pictures/wallpapers
- wal -i ~/Pictures/wallpapers/*
+ wal -i ~/Pictures/wallpapers/*
echo "Pywal initialized"
fi
fi
# Initializing the initial wallpaper and wal
- exec ~/.config/hypr/scripts/Wallpaper.sh
+ exec ~/.config/hypr/scripts/Wallpaper.sh &
# Create a marker file to indicate that the script has been executed.
touch ~/.hyprland_startup_done
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage