diff --git a/Configs/.local/share/bin/swwwallpaper.sh b/Configs/.local/share/bin/swwwallpaper.sh index 15a9fb2f3e..a81d57e4a0 100755 --- a/Configs/.local/share/bin/swwwallpaper.sh +++ b/Configs/.local/share/bin/swwwallpaper.sh @@ -22,6 +22,8 @@ Wall_Cache() ln -fs "${thmbDir}/${wallHash[setIndex]}.blur" "${wallBlr}" ln -fs "${thmbDir}/${wallHash[setIndex]}.quad" "${wallQad}" ln -fs "${dcolDir}/${wallHash[setIndex]}.dcol" "${wallDcl}" + [ ! -d /var/tmp/hyde/ ] && mkdir /var/tmp/hyde/ + [ -d /var/tmp/hyde/ ] && cp "${wallSet}" /var/tmp/hyde/ # Do not use link as this is public, safer to just have a copy of the wallpaper. } Wall_Change()