commit 9784c4fcc6669e386d1b66c549aa0123f92f016c
parent 0f399c11cbccea1f72ff0f24b4b8c1e0530a58ae
Author: pyratebeard <root@pyratebeard.net>
Date: Wed, 3 Jun 2020 20:08:24 +0100
update colours and font
Diffstat:
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc
@@ -68,7 +68,7 @@
frame_width = 3
# Defines color of the frame around the notification window.
- frame_color = "#929eb5"
+ frame_color = "#212021"
# Define a color for the separator.
# possible values are:
@@ -89,7 +89,7 @@
### Text ###
- font = mono 10
+ font = Deja Vu Sans Mono for Powerline 10
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
@@ -249,25 +249,22 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
- background = "#212021"
- foreground = "#8fbed3"
- frame_color = "#8fbed3"
+ background = "#8fbed3"
+ foreground = "#212021"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal]
- background = "#212021"
- foreground = "#b8d680"
- frame_color = "#b8d680"
+ background = "#b8d680"
+ foreground = "#212021"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon
[urgency_critical]
- background = "#212021"
- foreground = "#e29e84"
- frame_color = "#e29e84"
+ background = "#e29e84"
+ foreground = "#212021"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable
#icon = /path/to/icon