commit e810d115fdb2e1dc0793eccab11854af91e24b62 parent d1e9038bb5bc8a44cea607992ff33e6295588a09 Author: mrgrouse <mrgrouse@mrgrouse.com> Date: Fri, 23 Aug 2024 19:08:19 -0400 dunstrc: migrate to wallust v3 template format Diffstat:
| M | templates/dunstrc | | | 24 | ++++++++++++------------ |
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/templates/dunstrc b/templates/dunstrc @@ -321,30 +321,30 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. -# foreground = "{color0}" - foreground = "{color7}" - background = "{color0}" - highlight = "{color1}" +# foreground = "{{color0}}" + foreground = "{{color7}}" + background = "{{color0}}" + highlight = "{{color1}}" frame_color = "#1d1d1d" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #default_icon = /path/to/icon [urgency_normal] -# foreground = "{color2}" - foreground = "{color7}" - background = "{color2}" - highlight = "{color1}" +# foreground = "{{color2}}" + foreground = "{{color7}}" + background = "{{color2}}" + highlight = "{{color1}}" frame_color = "#1d1d1d" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #default_icon = /path/to/icon [urgency_critical] -# foreground = "{color1}" - foreground = "{color7}" - background = "{color1}" - highlight = "{color1}" +# foreground = "{{color1}}" + foreground = "{{color7}}" + background = "{{color1}}" + highlight = "{{color1}}" frame_color = "#1d1d1d" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable