summaryrefslogtreecommitdiff
path: root/.config/wallust/templates/dunstrc
diff options
context:
space:
mode:
authorjoott <josh@ottmail.me>2025-07-30 15:53:29 -0400
committerjoott <josh@ottmail.me>2025-07-30 15:53:29 -0400
commit26694e09e8f5bf2262737312e7ad217118db20de (patch)
treeca55eee2f8c5106c61e747979780d6f393fd24c9 /.config/wallust/templates/dunstrc
parent89a596a50ec61b8ebd6040b06a7cab994afd1b3a (diff)
downloaddotfiles-26694e09e8f5bf2262737312e7ad217118db20de.tar.gz
dotfiles-26694e09e8f5bf2262737312e7ad217118db20de.zip
switching to yadm
Diffstat (limited to '.config/wallust/templates/dunstrc')
-rw-r--r--.config/wallust/templates/dunstrc22
1 files changed, 22 insertions, 0 deletions
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}}"