change scripts
This commit is contained in:
		
							parent
							
								
									b0d9ad14c3
								
							
						
					
					
						commit
						d963e44ea1
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if (ps aux | grep Skype | grep -v grep > /dev/null)
 | 
					if (ps aux | grep Skype | grep -v grep > /dev/null) then
 | 
				
			||||||
    pkill mpv
 | 
					    pkill mpv
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
    mpv --no-video https://www.youtube.com/live/jfKfPfyJRdk?si=OF0HKrYFFj33BzMo
 | 
					    mpv --no-video https://www.youtube.com/live/jfKfPfyJRdk?si=OF0HKrYFFj33BzMo
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if (ps aux | grep Skype | grep -v grep > /dev/null)    
 | 
					if (ps aux | grep Skype | grep -v grep > /dev/null) then
 | 
				
			||||||
    pkill audacious
 | 
					    pkill audacious
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
    hyprctl dispatch exec "[workspace 8 silent] audacious -t"
 | 
					    hyprctl dispatch exec "[workspace 8 silent] audacious -t"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue