diff options
Diffstat (limited to '.config/dunst/dunstrc')
-rw-r--r-- | .config/dunst/dunstrc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc new file mode 100644 index 0000000..69ad8c5 --- /dev/null +++ b/.config/dunst/dunstrc @@ -0,0 +1,27 @@ +[global] + monitor = 0 + follow = keyboard + width = 400 + height = 400 + offset = 0x19 + padding = 2 + horizontal_padding = 2 + transparency = 25 + font = monospace 14 + format = "<b>%s</b>\n%b" + +[urgency_low] + background = "#282828" + foreground = "#ebdbb2" + timeout = 3 + +[urgency_normal] + foreground = "#ebdbb2" + background = "#282828" + timeout = 5 + +[urgency_critical] + background = "#282828" + foreground = "#ebdbb2" + frame_color = "#fabd2f" + timeout = 10 |