diff options
| -rw-r--r-- | config/X/dunst/dunstrc | 13 | 
1 files changed, 7 insertions, 6 deletions
diff --git a/config/X/dunst/dunstrc b/config/X/dunst/dunstrc index 71998b9..3ab0f3d 100644 --- a/config/X/dunst/dunstrc +++ b/config/X/dunst/dunstrc @@ -158,7 +158,7 @@      #   %n  progress value if set without any extra characters      #   %%  Literal %      # Markup is allowed -    format = "%b" +	format = "[<u>%s</u>]\n%b"      # Alignment of message text.      # Possible values are "left", "center" and "right". @@ -310,13 +310,13 @@      # Otherwise the "#" and following would be interpreted as a comment.      # Icon for notifications with low urgency, uncomment to enable      #default_icon = /path/to/icon -    background = "#d08770" -    foreground = "#2E3541" +    background = "#b48ead" +    foreground = "#2e3440"      frame_color = "#81a1c1"      timeout = 6  [urgency_normal] -    background = "#b48ead" +    background = "#81a1c1"      foreground = "#2e3440"      frame_color = "#2e3440"      timeout = 5 @@ -324,9 +324,10 @@      #default_icon = /path/to/icon  [urgency_critical] -    background = "#b48ead" -    foreground = "#d8dee9" +    background = "#d08770" +    foreground = "#2e3440"      frame_color = "#81a1c1" +	format = "[<u>%s</u>]\n<b>%b</b>"      timeout = 0      # Icon for notifications with critical urgency, uncomment to enable      #default_icon = /path/to/icon  | 
