From d59d414a9ffc7245ecda913b1f6577be14385c83 Mon Sep 17 00:00:00 2001 From: Laura Date: Tue, 25 Apr 2023 22:07:28 +0200 Subject: Initial commit --- .config/dunst/dunstrc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .config/dunst/dunstrc (limited to '.config/dunst/dunstrc') 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 = "%s (%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" -- cgit v1.2.3