diff options
Diffstat (limited to 'dot_config/dunst/dunstrc')
-rw-r--r-- | dot_config/dunst/dunstrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dot_config/dunst/dunstrc b/dot_config/dunst/dunstrc index 7d27492..9ad7cc6 100644 --- a/dot_config/dunst/dunstrc +++ b/dot_config/dunst/dunstrc @@ -2,3 +2,9 @@ background = "#040217" foreground = "#D52C70" frame_color = "#c583b6" + +[global] + follow = keyboard + offset = 20x20 + font = 12 + format = "<b>%s</b>\n%b" |