diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-04-02 19:20:26 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-02 19:20:26 -0400 |
| commit | fd57c4350b5cebe82ca0790856340eae1dbb3d81 (patch) | |
| tree | f15f34c1dec271d0bf7548325ef95a78991bc5fe /.config/dunst/dunstrc | |
| parent | 72095821e987c38520b1beab56fa69f2006d8615 (diff) | |
| download | eibhear-fd57c4350b5cebe82ca0790856340eae1dbb3d81.tar.gz eibhear-fd57c4350b5cebe82ca0790856340eae1dbb3d81.tar.zst eibhear-fd57c4350b5cebe82ca0790856340eae1dbb3d81.zip | |
fix for dunst update
Diffstat (limited to '.config/dunst/dunstrc')
| -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 |
