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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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