diff options
Diffstat (limited to '.config/dunst')
-rwxr-xr-x | .config/dunst/dunstrc | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 3f189b9..a078aa5 100755 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc | |||
@@ -11,7 +11,7 @@ | |||
11 | horizontal_padding = 16 | 11 | horizontal_padding = 16 |
12 | frame_width = 2 | 12 | frame_width = 2 |
13 | 13 | ||
14 | frame_color = "#d183e8" | 14 | frame_color = "#79dac8" |
15 | separator_color = frame | 15 | separator_color = frame |
16 | 16 | ||
17 | sort = yes | 17 | sort = yes |
@@ -48,42 +48,35 @@ | |||
48 | context = ctrl+shift+BackSpace | 48 | context = ctrl+shift+BackSpace |
49 | 49 | ||
50 | [urgency_low] | 50 | [urgency_low] |
51 | |||
52 | background = "#080808" | 51 | background = "#080808" |
53 | foreground = "#b2b2b2" | 52 | foreground = "#b2b2b2" |
54 | timeout = 2 | 53 | timeout = 3 |
55 | 54 | ||
56 | [urgency_normal] | 55 | [urgency_normal] |
57 | |||
58 | background = "#080808" | 56 | background = "#080808" |
59 | foreground = "#eeeeee" | 57 | foreground = "#eeeeee" |
60 | timeout = 6 | 58 | timeout = 6 |
61 | 59 | ||
62 | [urgency_critical] | 60 | [urgency_critical] |
63 | |||
64 | background = "#080808" | 61 | background = "#080808" |
65 | foreground = "#ff5454" | 62 | foreground = "#ff5454" |
66 | timeout = 0 | 63 | timeout = 0 |
67 | 64 | ||
68 | [Spotify] | 65 | [Spotify] |
69 | |||
70 | appname = "Spotify" | 66 | appname = "Spotify" |
71 | format = "<b>Now Playing</b>\n%s\n%b" | 67 | format = "<b>Now Playing</b>\n%s\n%b" |
72 | set_transient = true | 68 | set_transient = true |
73 | 69 | ||
74 | [ncmpcpp] | 70 | [ncmpcpp] |
75 | |||
76 | appname = "ncmpcpp" | 71 | appname = "ncmpcpp" |
77 | format = "<b>Now Playing</b>\n%s\n%b" | 72 | format = "<b>Now Playing</b>\n%s\n%b" |
78 | set_transient = true | 73 | set_transient = true |
79 | 74 | ||
80 | [spliff] | 75 | [spliff] |
81 | |||
82 | appname = "spliff" | 76 | appname = "spliff" |
83 | format = "<b>ready for printing</b>\n%s\n%b" | 77 | format = "<b>ready for printing</b>\n%s\n%b" |
84 | 78 | ||
85 | [you_got_mail] | 79 | [you_got_mail] |
86 | |||
87 | appname = "excerpt" | 80 | appname = "excerpt" |
88 | new_icon = "mail-mark-unread" | 81 | new_icon = "mail-mark-unread" |
89 | timeout = 0 | 82 | timeout = 0 |