mirror of
				https://github.com/ItsDrike/dotfiles.git
				synced 2025-11-04 09:16:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			277 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			277 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description="Show unread GitHub notifications"
 | 
						|
PartOf=graphical-session.target
 | 
						|
After=dunst.service
 | 
						|
 | 
						|
[Service]
 | 
						|
ExecStart=%h/.local/bin/scripts/gui/gh-notification -vv
 | 
						|
Type=oneshot
 | 
						|
RemainAfterExit=false
 | 
						|
Restart=on-failure
 | 
						|
RestartSec=3s
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=wm-ready.target
 |