From b5d7a3928d1d2925bf1a2dcc26a0c61164c910de Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Tue, 30 Mar 2021 09:46:42 +0530 Subject: sound to notifs --- dunst/.config/dunst/dunstrc | 4 ++++ x/.Xresources | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 6716cf5..89c077a 100755 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -80,3 +80,7 @@ timeout = 5 background = "#101010" foreground = "#eeffff" timeout = 0 + +[play_sound] +summary = "*" +script = ~/.bin/notify.sh diff --git a/x/.Xresources b/x/.Xresources index 9e9a4e9..28ae5e3 100755 --- a/x/.Xresources +++ b/x/.Xresources @@ -5,7 +5,7 @@ ! black *.color0: #171a1f -*.color8: #20242a +*.color8: #373d47 ! red *.color1: #EE4F84 -- cgit v1.2.3