diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-17 19:39:54 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-17 19:39:54 +0900 |
| commit | 0ac64eb61526f5ae02a58e5e90a589ec0f4c3b45 (patch) | |
| tree | b219d23b8e7e8c4330f1576250c306edf48da3f1 /config/dunst | |
| parent | 9e100deb5604e606a73210a38466e8edfd12a178 (diff) | |
| parent | c8f54744c027fc48c7b34b8a1dafad2306e29136 (diff) | |
Merge pull request #80 from JaKooLit/Development
Development
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 |
