mirror of
				https://github.com/ItsDrike/dotfiles.git
				synced 2025-11-04 09:16:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			259 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			259 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description="Wallpaper setter"
 | 
						|
PartOf=graphical-session.target
 | 
						|
 | 
						|
[Service]
 | 
						|
Environment=WALLPAPER_IMAGE=%h/.local/share/background
 | 
						|
ExecStart=/usr/bin/swaybg --image $WALLPAPER_IMAGE
 | 
						|
Restart=always
 | 
						|
RestartSec=3s
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=wayland-session.target
 |