about summary refs log tree commit diff
path: root/.config/dunst
diff options
context:
space:
mode:
Diffstat (limited to '.config/dunst')
-rw-r--r--.config/dunst/dunstrc39
1 files changed, 0 insertions, 39 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
deleted file mode 100644
index 7f94795..0000000
--- a/.config/dunst/dunstrc
+++ /dev/null
@@ -1,39 +0,0 @@
-[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"