fix(dunst): make whitespace consistent (#398)

This commit is contained in:
Zhuoyun Wei
2023-06-24 01:23:36 -07:00
committed by GitHub
parent a0a7bfbc4c
commit c87654a752

View File

@@ -12,12 +12,12 @@ function M.generate(colors)
[urgency_low]
background = "${bg_dark}"
foreground = "${fg}"
frame_color = "${fg}"
frame_color = "${fg}"
[urgency_normal]
background = "${bg}"
foreground = "${fg}"
frame_color = "${fg}"
frame_color = "${fg}"
[urgency_critical]
background = "${bg_highlight}"