summaryrefslogtreecommitdiff
path: root/.config/dunst/dunstrc
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2024-06-19 06:58:00 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2024-06-19 06:58:00 +0300
commiteef114987d5a6373739b6d9af0e2a34dc7ad4319 (patch)
tree5d3898db011bb0202ad33cec1ff615b814d06341 /.config/dunst/dunstrc
parent4b1efeb6d6e5c6999ff0c9e56855b30a1bf18c84 (diff)
Fix structure
Diffstat (limited to '.config/dunst/dunstrc')
-rw-r--r--.config/dunst/dunstrc37
1 files changed, 37 insertions, 0 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
new file mode 100644
index 0000000..e1f3989
--- /dev/null
+++ b/.config/dunst/dunstrc
@@ -0,0 +1,37 @@
+# vim: filetype=cfg
+
+[global]
+ width = 300
+ height = 300
+ origin = top-right
+ offset = 0x0
+ frame_width = 3
+ frame_color = "#00aa55"
+ corner_radius = 15
+ gap_size = 10
+ idle_threshold = 120
+ font = monospace 9
+ format = "<b>%s</b>\n%b"
+ alignment = center
+ vertical_alignment = center
+ show_indicators = no
+ default_icon = ~/.local/share/icons/bell.png
+ icon_position = left
+ min_icon_size = 32
+ max_icon_size = 48
+
+[urgency_low]
+ background = "#222222"
+ foreground = "#ffffff"
+ timeout = 10
+
+[urgency_normal]
+ background = "#222222"
+ foreground = "#ffffff"
+ timeout = 10
+
+[urgency_critical]
+ background = "#222222"
+ foreground = "#ffffff"
+ frame_color = "#aa2222"
+ timeout = 0