From 197fa5ede351f36d67cd1b656970b080f3373580 Mon Sep 17 00:00:00 2001
From: Frost-Phoenix <67cyril6767@gmail.com>
Date: Mon, 13 Nov 2023 23:32:05 +0100
Subject: [PATCH] change scripts

---
 modules/home/scripts/scripts/lofi.sh  | 2 +-
 modules/home/scripts/scripts/music.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/home/scripts/scripts/lofi.sh b/modules/home/scripts/scripts/lofi.sh
index 52b96a9..b33f36a 100644
--- a/modules/home/scripts/scripts/lofi.sh
+++ b/modules/home/scripts/scripts/lofi.sh
@@ -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
diff --git a/modules/home/scripts/scripts/music.sh b/modules/home/scripts/scripts/music.sh
index 5c4dd39..d0d0600 100644
--- a/modules/home/scripts/scripts/music.sh
+++ b/modules/home/scripts/scripts/music.sh
@@ -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"