change scripts
This commit is contained in:
parent
d963e44ea1
commit
197fa5ede3
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if (ps aux | grep Skype | grep -v grep > /dev/null) then
|
||||
if (ps aux | grep mpv | 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) then
|
||||
if (ps aux | grep audacious | grep -v grep > /dev/null) then
|
||||
pkill audacious
|
||||
else
|
||||
hyprctl dispatch exec "[workspace 8 silent] audacious -t"
|
||||
|
|
Loading…
Reference in a new issue