aboutsummaryrefslogtreecommitdiff
path: root/.config/dunst/dunstrc
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-07-19 17:31:47 +0100
committerJustine Smithies <justine@smithies.me.uk>2026-07-19 17:31:47 +0100
commit9b6faa23c9a2d1649831876f831f780d4e6314bf (patch)
tree075a770a74df9ee4aa7000985b4d0b0fcce03b56 /.config/dunst/dunstrc
parent10401fe999c052bcc9d4f3c9c26933a48afe57e6 (diff)
Changed backgrounds from pure black to the Gruvbox default #282828
Diffstat (limited to '.config/dunst/dunstrc')
-rw-r--r--.config/dunst/dunstrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index cdf5002..a3d00e6 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -343,14 +343,14 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
- background = "#000000DD"
+ background = "#282828DD"
foreground = "#FFFFFF"
timeout = 5
# Icon for notifications with low urgency
default_icon = dialog-information
[urgency_normal]
- background = "#000000DD"
+ background = "#282828DD"
foreground = "#FFFFFF"
timeout = 5
override_pause_level = 30