about summary refs log tree commit diff
path: root/.config/dunst/dunstrc
diff options
context:
space:
mode:
authorvenomade <venomade@venomade.com>2026-02-16 17:31:16 +0000
committervenomade <venomade@venomade.com>2026-02-16 17:31:16 +0000
commita568a964fd6a9efba388b2b4919339c0b7dfe51d (patch)
tree0c6adbf753de1c0b469e911668a82c6b2002f5f8 /.config/dunst/dunstrc
parent9d2c3f898a97de16b986d4e494f31e6c6f3d176a (diff)
MacOS Nix HEAD master
Asahi is just not perfectly usable yet.
Moved stuff, went nix.
Diffstat (limited to '.config/dunst/dunstrc')
-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"