aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlista Kanjo2022-10-16 23:52:28 -0400
committerBlista Kanjo2022-10-16 23:52:28 -0400
commit124ab0a577aed02435c23aaf0aed6b9da7214226 (patch)
treeefc6e793bf5fd9326658e14d738fe5b0e1d258a2
parentd5fa8d1926d8411afa1b0721ea668e5851753e22 (diff)
refactor: now using a slightly lighter grey for notifications
-rw-r--r--.config/dunst/dunstrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 17eba99..68ac18d 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -312,21 +312,21 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
- background = "#151515"
+ background = "#202020"
foreground = "#ffffff"
timeout = 5
# Icon for notifications with low urgency, uncomment to enable
#default_icon = /path/to/icon
[urgency_normal]
- background = "#151515"
+ background = "#202020"
foreground = "#ffffff"
timeout = 5
# Icon for notifications with normal urgency, uncomment to enable
#default_icon = /path/to/icon
[urgency_critical]
- background = "#151515"
+ background = "#202020"
foreground = "#ffffff"
frame_color = "#ff2600"
timeout = 5