aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2024-05-12 14:16:40 +0900
committerJaKooLit <jimmielovejay@gmail.com>2024-05-12 14:16:50 +0900
commit5a0673f70387de74baa1a9a67b6061dafa261fca (patch)
treeaedbcba3219b94218603c63a4aa28f7ee0150d71 /config/hypr
parent4db173373a8c2b08468472928eb90520cb36f9be (diff)
adding fallback to sound.sh
Diffstat (limited to 'config/hypr')
-rwxr-xr-xconfig/hypr/scripts/Sounds.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/hypr/scripts/Sounds.sh b/config/hypr/scripts/Sounds.sh
index a749114c..e19feea4 100755
--- a/config/hypr/scripts/Sounds.sh
+++ b/config/hypr/scripts/Sounds.sh
@@ -67,4 +67,6 @@ if ! test -f "$sound_file"; then
fi
fi
fi
-pw-play "$sound_file" \ No newline at end of file
+
+# pipewire priority, fallback pulseaudio
+pw-play "$sound_file" || pa-play "$sound_file" \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage