mirror of
				https://github.com/frebib/dotfiles.git
				synced 2024-06-14 12:57:23 +00:00 
			
		
		
		
	systemd: re-apply wallpaper on xorg screen event
Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
		
							
								
								
									
										1
									
								
								systemd/user/desktop.target.wants/wallpaper.service
									
									
									
									
									
										Symbolic link
									
								
							
							
						
						
									
										1
									
								
								systemd/user/desktop.target.wants/wallpaper.service
									
									
									
									
									
										Symbolic link
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
/home/frebib/.config/systemd/user/wallpaper.service
 | 
			
		||||
							
								
								
									
										12
									
								
								systemd/user/wallpaper.service
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								systemd/user/wallpaper.service
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
[Unit]
 | 
			
		||||
Description=Apply wallpaper on screen-change event
 | 
			
		||||
Requires=graphical-session.target
 | 
			
		||||
After=graphical-session.target
 | 
			
		||||
 | 
			
		||||
[Service]
 | 
			
		||||
Type=simple
 | 
			
		||||
ExecStart=/bin/sh -c "xev -root -event randr 2>&1 | while awk -v RS='\n\n' '{exit;}'; do echo 'Applying wallpaper'; feh --no-fehbg --no-xinerama --bg-fill ~/.config/lakesidesunrise.jpg; done"
 | 
			
		||||
Restart=always
 | 
			
		||||
 | 
			
		||||
[Install]
 | 
			
		||||
WantedBy=desktop.target
 | 
			
		||||
		Reference in New Issue
	
	Block a user