mirror of
				https://github.com/osmarks/random-stuff
				synced 2025-10-30 21:33:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			145 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			145 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| swaylock -f -i ~/out2.png
 | |
| #swaylock-plugin -f --command-each "xscreensaver-polytopes"
 | |
| fractalart -W 3840 -H 2160 -o out2.png -v 3072 &
 | 
