diff --git a/video-wall-init.sh b/video-wall-init.sh index 5145157..f5ef327 100755 --- a/video-wall-init.sh +++ b/video-wall-init.sh @@ -7,7 +7,7 @@ WALLENGINE_DIR="/mnt/storage/SteamLibrary/steamapps/workshop/content/431960" # Path to the directory where you store your own video wallpapers VIDEOWALL_DIR="$HOME/Videos/wallpapers" # Path to the file where the list of video wallpapers will be stored -LIST_FILE="/tmp/video-wallpapers" +LIST_FILE="$HOME/.cache/video-wallpapers" # Get the list of video files from the Wallpaper Engine Steam Workshop echo "Getting the list of video files from the Wallpaper Engine Steam Workshop..." diff --git a/video-wall-select.sh b/video-wall-select.sh index 13695e3..2581b0f 100755 --- a/video-wall-select.sh +++ b/video-wall-select.sh @@ -12,7 +12,7 @@ DMENU="wofi --dmenu" # default video wallpaper DEFAULT="$HOME/Videos/wallpapers/default.mp4" -LIST_FILE="/tmp/video-wallpapers" +LIST_FILE="$HOME/.cache/video-wallpapers" SELECTED=$(cat $LIST_FILE | $DMENU -i -p "Select a video wallpaper")