Skip to content

Latest commit

Β 

History

History
37 lines (28 loc) Β· 1.54 KB

File metadata and controls

37 lines (28 loc) Β· 1.54 KB

AerialShots

To add this repo's videos to Aerial, follow these steps:

  1. System Preferences -> Screen Saver
  2. Aerial -> Screen Saver Options ...
  3. Settings (the gear, top left)
  4. Custom sources -> Add Online...
  5. Paste this link: https://raw.githubusercontent.com/RobinFrcd/AerialShots/master
  6. Click the down arrow to download the videos

Shots

  • 5 shots from Norway πŸ‡³πŸ‡΄
  • 3 shots from French Alps πŸ”οΈπŸ‡«πŸ‡·
  • 10 shots from Reunion Island πŸ‡·πŸ‡ͺπŸ‡«πŸ‡·

Run On Linux

  1. Install dependencies: sudo apt install -y wget xscreensaver mpv

  2. Download videos:

    • ./scripts/dl-shots-4k.sh for 4k videos
    • ./scripts/dl-shots-hd.sh for HD (1080p) videos
  3. Launch xscreensaver to create ~/.xscreensaver and add this in the programs: (replace 4k with hd 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\
  1. In xscreensaver, select Mode: Only One Screen Saver and RobinFrcd

To configure xscreensaver correctly, see this stackoverflow post