summaryrefslogtreecommitdiff
path: root/.config/dunst
diff options
context:
space:
mode:
authorWarrick Lo <warrick.s.z.lo@gmail.com>2021-11-28 21:06:59 -0800
committerWarrick Lo <warrick.s.z.lo@gmail.com>2021-11-28 21:06:59 -0800
commit3afeec6456bd878bf6989139ea05f03d7922143d (patch)
tree7da07e4fafd4578bbc6f01155677d04355e376c8 /.config/dunst
parent9b0a54c6c989bd36af0222d3e831d76561caf220 (diff)
Add Dunst config
Diffstat (limited to '.config/dunst')
-rw-r--r--.config/dunst/dunstrc46
1 files changed, 46 insertions, 0 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
new file mode 100644
index 0000000..26461fc
--- /dev/null
+++ b/.config/dunst/dunstrc
@@ -0,0 +1,46 @@
+# Dunst configuration
+
+[global]
+ font = "Inter Regular 10"
+ markup = full
+ format = "<b>%s</b> <i>%p</i>\n%b"
+ alignment = left
+
+ follow = keyboard
+ notification_limit = 0
+ show_age_threshold = 60
+ idle_threshold = 120
+
+ width = 360
+ height = 180
+ origin = bottom-right
+ offset = 8x8
+
+ icon_position = left
+ max_icon_size = 32
+ icon_path = /usr/share/icons/Paper/32x32/status
+
+ padding = 4
+ horizontal_padding = 4
+ frame_width = 1
+ separator_height = 1
+ separator_color = "#202020"
+
+ mouse_left_click = do_action
+ mouse_middle_click = close_current
+ mouse_right_click = close_all
+
+[urgency_low]
+ background = "#101010"
+ foreground = "#ebdbb2"
+ frame_color = "#5c991f"
+
+[urgency_normal]
+ background = "#101010"
+ foreground = "#ebdbb2"
+ frame_color = "#497287"
+
+[urgency_critical]
+ background = "#101010"
+ foreground = "#ebdbb2"
+ frame_color = "#fa1d48"