summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShubham Saini <pryr@pryr.xyz>2021-03-30 04:16:42 +0000
committerShubham Saini <pryr@pryr.xyz>2021-03-30 04:16:42 +0000
commitb5d7a3928d1d2925bf1a2dcc26a0c61164c910de (patch)
tree067dd50837839edfdeb4331896e77a2f09114ba0
parentf2103d3718f396433ae2e430c59e87acf8f9bc99 (diff)
sound to notifs
-rwxr-xr-xdunst/.config/dunst/dunstrc4
-rwxr-xr-xx/.Xresources2
2 files changed, 5 insertions, 1 deletions
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
80background = "#101010" 80background = "#101010"
81foreground = "#eeffff" 81foreground = "#eeffff"
82timeout = 0 82timeout = 0
83
84[play_sound]
85summary = "*"
86script = ~/.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 @@
5 5
6! black 6! black
7*.color0: #171a1f 7*.color0: #171a1f
8*.color8: #20242a 8*.color8: #373d47
9 9
10! red 10! red
11*.color1: #EE4F84 11*.color1: #EE4F84