diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-02 15:07:51 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-02 15:07:51 +0900 |
| commit | 8b44dc03f93861ae8a8f01e2f5ae56fd37240fb5 (patch) | |
| tree | c79cd4efc921d60c3200a32af43552250118e782 /config/dunst | |
| parent | fb3406019343120c58f99d631e7a8457128fb2d7 (diff) | |
| parent | b51428618c7ca7880baa3edbb5370bf777cded5b (diff) | |
Merge pull request #48 from JaKooLit/v2.1.13
V2.1.13
Diffstat (limited to 'config/dunst')
| -rwxr-xr-x | config/dunst/dunstrc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index 58734275..e20c4cc8 100755 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -70,7 +70,7 @@ frame_width = 2 # Defines color of the frame around the notification window. - frame_color = "#7F8153" + frame_color = "#3C27C7" # Define a color for the separator. # possible values are: @@ -282,24 +282,24 @@ # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. background = "#00000080" - foreground = "#FFFFFF90" - frame_color = "#7F8153" + foreground = "#fafafa" + frame_color = "#3C27C7" timeout = 2 # Icon for notifications with low urgency, uncomment to enable icon = $HOME/.config/dunst/images/bell.png [urgency_normal] background = "#00000080" - foreground = "#FFFFFF90" - frame_color = "#7F8153" + foreground = "#fafafa" + frame_color = "#3C27C7" timeout = 5 # Icon for notifications with normal urgency, uncomment to enable icon = $HOME/.config/dunst/images/bell.png [urgency_critical] background = "#00000080" - foreground = "#FFFFFF90" - frame_color = "#7F8153" + foreground = "#fafafa" + frame_color = "#3C27C7" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable icon = $HOME/.config/dunst/images/bell.png |
