From df9f507358c5bcc1222bba00ed1ae3644fe8ced8 Mon Sep 17 00:00:00 2001 From: KKV9 Date: Sat, 20 Jan 2024 16:11:00 +0000 Subject: [PATCH 1/2] Fix: Set cava waybar input to pulse audio Cava does not always default to pulseaudio --- config/hypr/scripts/WaybarCava.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/hypr/scripts/WaybarCava.sh b/config/hypr/scripts/WaybarCava.sh index 711f4c6..62e3558 100755 --- a/config/hypr/scripts/WaybarCava.sh +++ b/config/hypr/scripts/WaybarCava.sh @@ -21,6 +21,10 @@ cat >"$config_file" < Date: Wed, 24 Jan 2024 01:04:40 +0900 Subject: [PATCH 2/2] updated rofi beats --- config/hypr/UserScripts/RofiBeats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/UserScripts/RofiBeats.sh b/config/hypr/UserScripts/RofiBeats.sh index 405451f..16777f5 100755 --- a/config/hypr/UserScripts/RofiBeats.sh +++ b/config/hypr/UserScripts/RofiBeats.sh @@ -45,4 +45,4 @@ main() { } # Check if an online music process is running and send a notification, otherwise run the main function -pkill -f http && notify-send -u low -i "$iDIR/music.png" "Online Music stopped" || main +pkill mpv && notify-send -u low -i "$iDIR/music.png" "Online Music stopped" || main