dunst: add colors
Prithu Goswami pg@prithu.dev
Tue, 26 Apr 2022 16:28:20 +0530
1 files changed,
6 insertions(+),
6 deletions(-)
jump to
M
config/dunst/dunstrc
→
config/dunst/dunstrc
@@ -33,7 +33,7 @@ # Position the notification in the top right corner
origin = top-right # Offset from the origin - offset = 10x50 + offset = 20x50 # Scale factor. It is auto-detected if value is 0. scale = 0@@ -76,10 +76,10 @@ # Set to 0 to disable.
separator_height = 2 # Padding between text and separator. - padding = 8 + padding = 10 # Horizontal padding. - horizontal_padding = 8 + horizontal_padding = 10 # Padding between text and icon. text_icon_padding = 0@@ -89,7 +89,7 @@ # Set to 0 to disable.
frame_width = 1 # Defines color of the frame around the notification window. - frame_color = "#373737" + frame_color = "#222222" # Define a color for the separator. # possible values are:@@ -292,14 +292,14 @@
[urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#222222" + background = "#0f0f0f" foreground = "#8a8a8a" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #default_icon = /path/to/icon [urgency_normal] - background = "#222222" + background = "#0f0f0f" foreground = "#ebebeb" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable