about summary refs log tree commit diff
path: root/.config/dunst/dunstrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/dunst/dunstrc')
-rw-r--r--.config/dunst/dunstrc39
1 files changed, 39 insertions, 0 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
new file mode 100644
index 0000000..7f94795
--- /dev/null
+++ b/.config/dunst/dunstrc
@@ -0,0 +1,39 @@
+[global]
+    width = (200,600)
+    offset = (24,24)
+
+    progress_bar_min_width = 380
+    progress_bar_max_width = 380
+    progress_bar_corner_radius = 0
+
+    padding = 10
+    horizontal_padding = 10
+    frame_width = 2
+    gap_size = 3
+    origin = "top-right"
+    font = "Google Sans 12"
+
+    enable_recursive_icon_lookup = true
+    corner_radius = 0
+
+    background = "#000000"
+    foreground = "#ffffff"
+
+[urgency_low]
+    background = "#000000"
+    highlight = "#ffffff"
+    frame_color = "#ffffff"
+    format = "<b><span foreground='#31748f'>%s</span></b>\n%b"
+
+[urgency_normal]
+    background = "#000000"
+    highlight = "#ffffff"
+    frame_color = "#ffffff"
+    format = "<b><span foreground='#e0def4'>%s</span></b>\n%b"
+
+[urgency_critical]
+    background = "#000000"
+    highlight = "#ffffff"
+    frame_color = "#ffffff"
+    default_icon = "dialog-error"
+    format = "<b><span foreground='#36263d'>%s</span></b>\n%b"