diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-08 00:28:47 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-08 00:28:47 +0900 |
| commit | 0d5617b7f25101bdfee905106eaa898e4dc4f93f (patch) | |
| tree | 5aaa03534a95efa95358f4745f9863a1a892e011 /config/dunst/dunstrc | |
| parent | 55a3cfbd7974bca5e8545f28bb4b6bcec1b69342 (diff) | |
| parent | 651ab648e13a6f6bdc8183cb31eec55e1dff8ef2 (diff) | |
Merge pull request #53 from JaKooLit/v2.1.17
V2.1.17
Diffstat (limited to 'config/dunst/dunstrc')
| -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 e20c4cc8..74d500d9 100755 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -281,7 +281,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 = "#00000095" foreground = "#fafafa" frame_color = "#3C27C7" timeout = 2 @@ -289,7 +289,7 @@ icon = $HOME/.config/dunst/images/bell.png [urgency_normal] - background = "#00000080" + background = "#00000095" foreground = "#fafafa" frame_color = "#3C27C7" timeout = 5 @@ -297,7 +297,7 @@ icon = $HOME/.config/dunst/images/bell.png [urgency_critical] - background = "#00000080" + background = "#00000095" foreground = "#fafafa" frame_color = "#3C27C7" timeout = 0 |
