waybar: fix stopped icon not appearing
man waybar-mpd says {stateIcon} is not set when stopped
			
			
This commit is contained in:
		
							parent
							
								
									9c85344608
								
							
						
					
					
						commit
						b5505e8ff8
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -137,9 +137,8 @@ in
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
              format = "{stateIcon} {title} - {artist}";
 | 
					              format = "{stateIcon} {title} - {artist}";
 | 
				
			||||||
              format-paused = "{stateIcon}";
 | 
					              format-paused = "{stateIcon}";
 | 
				
			||||||
              format-stopped = "{stateIcon}";
 | 
					              format-stopped = "";
 | 
				
			||||||
              state-icons = {
 | 
					              state-icons = {
 | 
				
			||||||
                stopped = "";
 | 
					 | 
				
			||||||
                paused = "";
 | 
					                paused = "";
 | 
				
			||||||
                playing = "";
 | 
					                playing = "";
 | 
				
			||||||
              };
 | 
					              };
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue