summaryrefslogtreecommitdiff
path: root/wallust/templates/dunstrc
diff options
context:
space:
mode:
authorJosh <joshott16@gmail.com>2025-07-24 08:15:52 -0400
committerJosh <joshott16@gmail.com>2025-07-24 08:15:52 -0400
commit21150560c5762a4f6f446e74f2020f61d9ba4221 (patch)
tree73a20509a1f19e90bc6e4bd240e89332693e2c8d /wallust/templates/dunstrc
parent993b580ec5ea47a8f7d5b1d84556d6f27dc6a22c (diff)
downloaddotfiles-21150560c5762a4f6f446e74f2020f61d9ba4221.tar.gz
dotfiles-21150560c5762a4f6f446e74f2020f61d9ba4221.zip
the great colorscheme migration
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}}"