From 26694e09e8f5bf2262737312e7ad217118db20de Mon Sep 17 00:00:00 2001 From: joott Date: Wed, 30 Jul 2025 15:53:29 -0400 Subject: switching to yadm --- .config/wallust/templates/dunstrc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .config/wallust/templates/dunstrc (limited to '.config/wallust/templates/dunstrc') diff --git a/.config/wallust/templates/dunstrc b/.config/wallust/templates/dunstrc new file mode 100644 index 0000000..68585bc --- /dev/null +++ b/.config/wallust/templates/dunstrc @@ -0,0 +1,22 @@ +[global] +horizontal_padding = 12 +frame_width = 3 +font = LilexNerdFont 16 +icon_theme = Papyrus +corner_radius = 16 + +frame_color = "{{color11}}" +separator_color= frame + +[urgency_low] +background = "{{background}}" +foreground = "{{foreground}}" + +[urgency_normal] +background = "{{background}}" +foreground = "{{foreground}}" + +[urgency_critical] +background = "{{color11}}" +foreground = "{{background}}" +frame_color = "{{color3}}" -- cgit v1.3