To add this repo's videos to Aerial, follow these steps:
- System Preferences -> Screen Saver
- Aerial -> Screen Saver Options ...
- Settings (the gear, top left)
- Custom sources -> Add Online...
- Paste this link: https://raw.githubusercontent.com/RobinFrcd/AerialShots/master
- Click the down arrow to download the videos
- 5 shots from Norway 🇳🇴
- 3 shots from French Alps 🏔️🇫🇷
- 10 shots from Reunion Island 🇷🇪🇫🇷
-
Install dependencies:
sudo apt install -y wget xscreensaver mpv
-
Download videos:
./scripts/dl-shots-4k.sh
for 4k videos./scripts/dl-shots-hd.sh
for HD (1080p) videos
-
Launch xscreensaver to create
~/.xscreensaver
and add this in theprograms:
(replace4k
withhd
if you've downloaded hd clips):
"RobinFrcd" mpv --really-quiet --no-stop-screensaver \
--fs --vo=gpu --panscan=1 --hwdec=auto \
--wid=$XSCREENSAVER_WINDOW --no-audio \
--loop-playlist=2 --shuffle \
$HOME/.clips/robinfrcd-4k/ \n\
- In xscreensaver, select
Mode: Only One Screen Saver
andRobinFrcd
To configure xscreensaver
correctly, see this stackoverflow post