diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-02-06 18:45:55 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-02-06 18:45:55 +0000 |
commit | f7a37a6309a7554c8ea4f69bc2d8b8b052c31b3c (patch) | |
tree | 273fcedfadf2e65519616f307b317fe625914956 | |
parent | 28490d7714b6c2305b536928512aa0b74a6d8390 (diff) |
Adjusted dunst background transparency
-rwxr-xr-x | .config/dunst/dunstrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 1dc2bc9..476bc0a 100755 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -293,7 +293,7 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#00000080" + background = "#000000AA" foreground = "#ffffff" timeout = 5 # Icon for notifications with low urgency, uncomment to enable @@ -307,7 +307,7 @@ #icon = /path/to/icon [urgency_critical] - background = "#90000080" + background = "#900000AA" foreground = "#ffffff" frame_color = "#ff0000" timeout = 0 |