Skip to content

Commit

Permalink
video-wall: rename and tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzdom committed Jan 2, 2024
1 parent 65e6ada commit 5be0079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video.sh → video-wall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MONITOR="HDMI-A-1"
# checks if the first argument is empty, if it is, then it sets the video to the default
if [ -z $1 ]
then
VIDEO=$HOME/Videos/nobara.mp4
VIDEO=$HOME/Videos/wallpapers/default.mp4
else
VIDEO="$1"
fi
Expand Down

0 comments on commit 5be0079

Please sign in to comment.