diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-02-06 18:45:53 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-02-06 18:45:53 +0000 |
commit | 28490d7714b6c2305b536928512aa0b74a6d8390 (patch) | |
tree | 015b2e54bedec4127d151f9299d030ad39c40207 /.config | |
parent | 2432c931bd42c7ef7e09da2bfb248fac24aa75e9 (diff) |
Adjusted dunst background transparency
Diffstat (limited to '.config')
-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 e8d95ee..1dc2bc9 100755 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -293,21 +293,21 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#000000DD" + background = "#00000080" foreground = "#ffffff" timeout = 5 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#000000DD" + background = "#000000AA" foreground = "#ffffff" timeout = 5 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon [urgency_critical] - background = "#900000DD" + background = "#90000080" foreground = "#ffffff" frame_color = "#ff0000" timeout = 0 |