diff options
Diffstat (limited to '.config/dunst')
| -rw-r--r-- | .config/dunst/dunstrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 81d4721..abf5586 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -38,7 +38,7 @@ # %n progress value if set without any extra characters # %% Literal % # Markup is allowed - format = "%s\n%b" + format = "<b>%s</b>\n%b" alignment = left show_age_threshold = 60 |
