summaryrefslogtreecommitdiff
path: root/config/dunst/dunstrc~
diff options
context:
space:
mode:
authorcoasteen <coasteen@proton.me>2026-07-09 10:42:28 +0330
committercoasteen <coasteen@proton.me>2026-07-09 10:42:28 +0330
commit8cbadb61604667b407b53ee1258433994fa4765a (patch)
tree97765fb29418fd6278fcb4cbb9760893afaf7a58 /config/dunst/dunstrc~
Diffstat (limited to 'config/dunst/dunstrc~')
-rwxr-xr-xconfig/dunst/dunstrc~48
1 files changed, 48 insertions, 0 deletions
diff --git a/config/dunst/dunstrc~ b/config/dunst/dunstrc~
new file mode 100755
index 0000000..3c92181
--- /dev/null
+++ b/config/dunst/dunstrc~
@@ -0,0 +1,48 @@
+[global]
+# Basic settings
+font = Fira Code 10
+geometry = "300x100-10+55" # 10px from right edge, 55px from top
+separator_height = 2
+frame_width = 4
+#corner_radius = 8
+grow_direction = up
+
+[urgency_low]
+background = "#222222" # normbgcolor
+foreground = "#bbbbbb" # normfgcolor
+frame_color = "#444444" # normbordercolor
+timeout = 5
+icon_position = left
+
+[urgency_normal]
+background = "#DB940A" # selbgcolor wine red yay!
+foreground = "#eeeeee" # selfgcolor bright text
+frame_color = "#DB940A" # selbordercolor same wine red frame
+timeout = 8
+icon_position = left
+
+[urgency_critical]
+background = "#DB940A" # slightly brighter wine red for critical
+foreground = "#eeeeee"
+frame_color = "#DB940A"
+timeout = 0 # stays until dismissed
+icon_position = left
+
+[frame]
+# subtle shadow for modern look
+shadow = false
+shadow_offset_x = -5
+shadow_offset_y = -5
+#shadow_radius = 12
+shadow_opacity = 0.7
+shadow_color = "#000000"
+
+[format]
+# tweak layout to be modern and clean
+title = "%s"
+body = "%s"
+
+[mouse]
+# allow click to close
+close_on_click = true
+