diff options
-rwxr-xr-x | dunst/.config/dunst/dunstrc | 4 | ||||
-rwxr-xr-x | x/.Xresources | 2 |
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 | |||
80 | background = "#101010" | 80 | background = "#101010" |
81 | foreground = "#eeffff" | 81 | foreground = "#eeffff" |
82 | timeout = 0 | 82 | timeout = 0 |
83 | |||
84 | [play_sound] | ||
85 | summary = "*" | ||
86 | 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 @@ | |||
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 |