hyprland: sleep 1 second before setting wallpaper to avoid failure

This commit is contained in:
Aly Raffauf 2024-06-15 22:55:33 -04:00
parent 7e42bde3db
commit a2aa7ee00a

View file

@ -34,6 +34,8 @@
OLD_PIDS=()
directory=${config.home.homeDirectory}/.local/share/backgrounds
sleep 1
if [ -d "$directory" ]; then
while true; do
NEW_PIDS=()