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..d2996e1 --- /dev/null +++ b/.config/dunst/dunstrc @@ -0,0 +1,27 @@ +# Catppuccin "Frappé" theme. + +[global] +origin = top-right +offset = 50x50 +separator_color = "#303446" +format = "<b>%s</b> (%a)\n%b" +icon_path = "/usr/share/icons" +icon_theme = "Adwaita, hicolor, HighContrast" +enable_recursive_icon_lookup = true +default_icon = none +corner_radius = 10 + +[urgency_low] +frame_color = "#a6d189" +foreground = "#c6d0f5" +background = "#303446" + +[urgency_normal] +frame_color = "#8caaee" +foreground = "#c6d0f5" +background = "#303446" + +[urgency_critical] +frame_color = "#e78284" +foreground = "#c6d0f5" +background = "#303446" |