diff options
| author | JaKooLit <jimmielovejay.com> | 2023-12-17 19:15:07 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-12-17 19:15:07 +0900 |
| commit | c5ac32b6a52284103ae5ccf3c424d327c51c9892 (patch) | |
| tree | b452d01b1175afd5afb2fbb41d0f699361aef691 /config/dunst | |
| parent | 1bbe24ad5ee4aceef29aa3d5442096b6c2516904 (diff) | |
maybe final changes?
Diffstat (limited to 'config/dunst')
| -rwxr-xr-x | config/dunst/dunstrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index 77fd1ce6..bef9244f 100755 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -54,7 +54,7 @@ frame_width = 2 # Defines color of the frame around the notification window. - frame_color = "#838383" + frame_color = "#4D0EB5" # Define a color for the separator. # possible values are: @@ -232,7 +232,7 @@ # Otherwise the "#" and following would be interpreted as a comment. background = "#00000095" foreground = "#fafafa" - frame_color = "#838383" + frame_color = "#4D0EB5" timeout = 2 # Icon for notifications with low urgency, uncomment to enable icon = $HOME/.config/dunst/images/bell.png @@ -240,7 +240,7 @@ [urgency_normal] background = "#00000095" foreground = "#fafafa" - frame_color = "#838383" + frame_color = "#4D0EB5" timeout = 5 # Icon for notifications with normal urgency, uncomment to enable icon = $HOME/.config/dunst/images/bell.png @@ -248,7 +248,7 @@ [urgency_critical] background = "#00000095" foreground = "#fafafa" - frame_color = "#838383" + frame_color = "#4D0EB5" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable icon = $HOME/.config/dunst/images/bell.png |
