diff options
| author | Yigit Sever | 2021-10-20 11:01:18 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-10-20 11:01:18 +0300 |
| commit | 3312ab557a868784f62ef7f6526528403b900549 (patch) | |
| tree | 72f38f4696c7ffbb6c65c7d16c8cb77d5933b026 | |
| parent | 49217626ab947b7bc8cf2f5b9d8bc821cc565358 (diff) | |
| download | dotfiles-3312ab557a868784f62ef7f6526528403b900549.tar.gz dotfiles-3312ab557a868784f62ef7f6526528403b900549.tar.bz2 dotfiles-3312ab557a868784f62ef7f6526528403b900549.zip | |
dunst: never touching this again
| -rwxr-xr-x | .config/dunst/dunstrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index c4ef7e9..f9e0566 100755 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc | |||
| @@ -44,17 +44,17 @@ | |||
| 44 | context = ctrl+shift+BackSpace | 44 | context = ctrl+shift+BackSpace |
| 45 | 45 | ||
| 46 | [urgency_low] | 46 | [urgency_low] |
| 47 | background = "#9ccfd855" | 47 | background = "#9ccfd885" |
| 48 | foreground = "#1f1d2e" | 48 | foreground = "#1f1d2e" |
| 49 | timeout = 3 | 49 | timeout = 3 |
| 50 | 50 | ||
| 51 | [urgency_normal] | 51 | [urgency_normal] |
| 52 | background = "#ebbcba55" | 52 | background = "#ebbcba85" |
| 53 | foreground = "#1f1d2e" | 53 | foreground = "#1f1d2e" |
| 54 | timeout = 6 | 54 | timeout = 6 |
| 55 | 55 | ||
| 56 | [urgency_critical] | 56 | [urgency_critical] |
| 57 | background = "#eb6f9255" | 57 | background = "#eb6f9285" |
| 58 | foreground = "#1f1d2e" | 58 | foreground = "#1f1d2e" |
| 59 | timeout = 0 | 59 | timeout = 0 |
| 60 | 60 | ||
