From 72949597724f4de8d8d4a234265005d0b76bb709 Mon Sep 17 00:00:00 2001 From: krolxon Date: Fri, 31 Oct 2025 13:46:29 +0530 Subject: swaync: add notification sound --- .config/swaync/notification-sound.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 .config/swaync/notification-sound.sh (limited to '.config/swaync/notification-sound.sh') diff --git a/.config/swaync/notification-sound.sh b/.config/swaync/notification-sound.sh new file mode 100755 index 0000000..5719c8b --- /dev/null +++ b/.config/swaync/notification-sound.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +if [ $(swaync-client -D) = "false" ]; then + paplay ~/.config/swaync/i-am-loving-it.mp3 +fi -- cgit v1.2.3