mirror of https://github.com/Flinner/dots.git
				
				
				
			feat: polybar mu email counter
This commit is contained in:
		
							parent
							
								
									1a6848ee00
								
							
						
					
					
						commit
						9090e57749
					
				| 
						 | 
					@ -33,7 +33,7 @@ format-prefix-foreground = ${color.yellow}
 | 
				
			||||||
[module/mu4e]
 | 
					[module/mu4e]
 | 
				
			||||||
type = custom/script
 | 
					type = custom/script
 | 
				
			||||||
 | 
					
 | 
				
			||||||
exec = $(mu find flag:unread 2> /dev/null && wc -l) echo 0
 | 
					exec =  ( mu find flag:unread 2> /dev/null | wc -l ) || echo 0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
interval = 5
 | 
					interval = 5
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue