Skip to content

Commit

Permalink
video-wall: move wallpaper list location
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzdom committed Jan 16, 2024
1 parent 54f1f01 commit 6ca50a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion video-wall-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down
2 changes: 1 addition & 1 deletion video-wall-select.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 6ca50a7

Please sign in to comment.