From 2398cb234ad450dcec0e41a235c7137c3d0f831a Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 19 Jan 2025 18:22:28 +0900 Subject: update on scripts for better notification via swaync --- config/hypr/UserScripts/RofiBeats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hypr/UserScripts') diff --git a/config/hypr/UserScripts/RofiBeats.sh b/config/hypr/UserScripts/RofiBeats.sh index 54064752..919eafc3 100755 --- a/config/hypr/UserScripts/RofiBeats.sh +++ b/config/hypr/UserScripts/RofiBeats.sh @@ -92,7 +92,7 @@ play_online_music() { } # Check if an online music process is running and send a notification, otherwise run the main function -pkill mpv && notify-send -u low -i "$iDIR/music.png" " Music stopped" || { +pkill mpv && notify-send -u low -i "$iDIR/music.png" "Music stopped" || { # Check if rofi is already running if pidof rofi > /dev/null; then -- cgit v1.2.3