mirror of
				https://gitlab.com/ceda_ei/i3lock-delta
				synced 2025-11-04 08:40:05 +01:00 
			
		
		
		
	Updated README.md. Added composer.json
This commit is contained in:
		
							
								
								
									
										21
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										21
									
								
								README.md
									
									
									
									
									
								
							@@ -1,2 +1,19 @@
 | 
			
		||||
# i3lock-unsplash
 | 
			
		||||
Show new images from Unsplash everytime you lock the screen.
 | 
			
		||||
# i3lock Delta
 | 
			
		||||
This script downloads a new image from [Unsplash](1). 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](2) - Available in repositories of most popular distribution.
 | 
			
		||||
+ [Composer](3) - Available in repositories of most popular distribution.
 | 
			
		||||
+ [Imagemagick](4) - Specifically, the `convert` command.
 | 
			
		||||
+ [i3lock-color](5) - 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](6) - Most probably will be installed already.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<!--Links-->
 | 
			
		||||
[1]: https://unsplash.com
 | 
			
		||||
[2]: https://php.net
 | 
			
		||||
[3]: https://getcomposer.org
 | 
			
		||||
[4]: https://imagemagick.org
 | 
			
		||||
[5]: https://github.com/PandorasFox/i3lock-color
 | 
			
		||||
[6]: https://www.gnu.org/software/bash/
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										5
									
								
								composer.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								composer.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
    "require": {
 | 
			
		||||
        "crewlabs/unsplash": "^2.4"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user