waybar: playerctl ignore mpd
This commit is contained in:
		
							parent
							
								
									670ae65181
								
							
						
					
					
						commit
						76213c15fd
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -96,8 +96,8 @@ in
 | 
			
		|||
          };
 | 
			
		||||
        "custom/playerctl" = {
 | 
			
		||||
          format = "{}";
 | 
			
		||||
          exec = "${pkgs.playerctl}/bin/playerctl metadata title";
 | 
			
		||||
          on-click = "${pkgs.playerctl}/bin/playerctl play-pause";
 | 
			
		||||
          exec = "${pkgs.playerctl}/bin/playerctl --ignore-player=mpd metadata title";
 | 
			
		||||
          on-click = "${pkgs.playerctl}/bin/playerctl --ignore-player=mpd play-pause";
 | 
			
		||||
          interval = 1;
 | 
			
		||||
          tooltip = false;
 | 
			
		||||
        };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue