From 21150560c5762a4f6f446e74f2020f61d9ba4221 Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 24 Jul 2025 08:15:52 -0400 Subject: the great colorscheme migration --- wallust/templates/dunstrc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 wallust/templates/dunstrc (limited to 'wallust/templates/dunstrc') diff --git a/wallust/templates/dunstrc b/wallust/templates/dunstrc new file mode 100644 index 0000000..3ee6f67 --- /dev/null +++ b/wallust/templates/dunstrc @@ -0,0 +1,22 @@ +[global] +horizontal_padding = 12 +frame_width = 2 +font = FiraCodeNerdFont 11 +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 = "{{color15}}" +foreground = "{{background}}" +frame_color = "{{color7}}" -- cgit v1.3