change scripts

This commit is contained in:
Frost-Phoenix 2023-11-13 23:32:05 +01:00
parent d963e44ea1
commit 197fa5ede3
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"