summaryrefslogtreecommitdiff
path: root/wallust/templates/dunstrc
diff options
context:
space:
mode:
Diffstat (limited to 'wallust/templates/dunstrc')
-rw-r--r--wallust/templates/dunstrc22
1 files changed, 22 insertions, 0 deletions
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}}"