diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-06 14:57:57 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-06 14:58:03 +0200 | 
| commit | 545067daecbe08061d6e02760dc1d6889cfb5900 (patch) | |
| tree | d64aa91827d90d9b65cffe258f68acd9c3b34523 /config/X/dunst | |
| parent | 171c1f519b902e1654e17bd33cb129569478f7f7 (diff) | |
[dunstrc] changed style
Diffstat (limited to 'config/X/dunst')
| -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  | 
