Skip to content

Commit

Permalink
fix(dunst): make whitespace consistent (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
wzyboy committed Jun 24, 2023
1 parent a0a7bfb commit c87654a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/tokyonight/extra/dunst.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit c87654a

Please sign in to comment.