change scripts
This commit is contained in:
parent
b0d9ad14c3
commit
d963e44ea1
|
@ -1,6 +1,6 @@
|
|||
#!/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
|
||||
else
|
||||
mpv --no-video https://www.youtube.com/live/jfKfPfyJRdk?si=OF0HKrYFFj33BzMo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/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
|
||||
else
|
||||
hyprctl dispatch exec "[workspace 8 silent] audacious -t"
|
||||
|
|
Loading…
Reference in a new issue