summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.config/dunst/dunstrc13
1 files changed, 6 insertions, 7 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index fa20672..4537615 100755
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -38,25 +38,24 @@
38 class = Dunst 38 class = Dunst
39 39
40[shortcuts] 40[shortcuts]
41
42 close = ctrl+space 41 close = ctrl+space
43 close_all = ctrl+shift+space 42 close_all = ctrl+shift+space
44 history = ctrl+0 43 history = ctrl+0
45 context = ctrl+shift+BackSpace 44 context = ctrl+shift+BackSpace
46 45
47[urgency_low] 46[urgency_low]
48 background = "#191724" 47 background = "#9ccfd8"
49 foreground = "#e0def4" 48 foreground = "#1f1d2e"
50 timeout = 3 49 timeout = 3
51 50
52[urgency_normal] 51[urgency_normal]
53 background = "#191724" 52 background = "#ebbcba"
54 foreground = "#e0def4" 53 foreground = "#1f1d2e"
55 timeout = 6 54 timeout = 6
56 55
57[urgency_critical] 56[urgency_critical]
58 background = "#191724" 57 background = "#eb6f92"
59 foreground = "#e0def4" 58 foreground = "#1f1d2e"
60 timeout = 0 59 timeout = 0
61 60
62[Spotify] 61[Spotify]