mirror of
				https://github.com/ItsDrike/dotfiles.git
				synced 2025-11-04 09:16:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			286 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			286 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Show unread GitHub notifications
 | 
						|
Requires=graphical-session.target
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=oneshot
 | 
						|
ExecStart=%h/.local/bin/scripts/gui/gh-notification -vv
 | 
						|
RemainAfterExit=false
 | 
						|
Restart=on-failure
 | 
						|
Slice=background-graphical.slice
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=graphical-session.target
 | 
						|
 |