A new image from Unsplash everytime you lock the screen
Go to file
Ceda EI ac398060f9 Added download_daemon which needs to be running in background. Added downloader.php - the part of program that interacts with Unsplash API. Added lock which locks the screen. Added configs. 2017-12-28 20:29:42 +05:30
.gitignore Added .gitignore to ensure the libraries don't get added to the repo. 2017-12-28 15:45:10 +05:30
README.md Fixed reference links. 2017-12-28 17:03:35 +05:30
box_config Added download_daemon which needs to be running in background. Added downloader.php - the part of program that interacts with Unsplash API. Added lock which locks the screen. Added configs. 2017-12-28 20:29:42 +05:30
composer.json Updated README.md. Added composer.json 2017-12-28 16:19:09 +05:30
config Added download_daemon which needs to be running in background. Added downloader.php - the part of program that interacts with Unsplash API. Added lock which locks the screen. Added configs. 2017-12-28 20:29:42 +05:30
download_daemon Added download_daemon which needs to be running in background. Added downloader.php - the part of program that interacts with Unsplash API. Added lock which locks the screen. Added configs. 2017-12-28 20:29:42 +05:30
downloader.php Added download_daemon which needs to be running in background. Added downloader.php - the part of program that interacts with Unsplash API. Added lock which locks the screen. Added configs. 2017-12-28 20:29:42 +05:30
lock Added download_daemon which needs to be running in background. Added downloader.php - the part of program that interacts with Unsplash API. Added lock which locks the screen. Added configs. 2017-12-28 20:29:42 +05:30

README.md

i3lock Delta

This script downloads a new image from Unsplash. It checks whether the screen was locked every 5 minutes. In case of no Internet, it retries every 1 minute and displays the previous picture untill a new one is downloaded.

Dependencies

  • PHP - Available in repositories of most popular distributions.
  • Composer - Available in repositories of most popular distributions.
  • Imagemagick - Specifically, the convert command.
  • i3lock-color - Available in AUR (For Arch users). Fork of i3lock with more features. Do not use i3lock since this program utilizes the features of i3lock-color.
  • bash - Most probably will be installed already.