summaryrefslogtreecommitdiff
path: root/config/dunst/dunstrc
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-07-20 20:22:03 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-07-20 20:22:03 +0400
commitc419b97b5cc61127ca2b7f9839a588c2ee3e7353 (patch)
tree623e75923db712e700a447fbb48c0f7105836f8d /config/dunst/dunstrc
parent395efb9df45b2000ef6aa11d2c9b7b1904b8c586 (diff)
directory name changed from dotfiles to config
Diffstat (limited to 'config/dunst/dunstrc')
-rw-r--r--config/dunst/dunstrc33
1 files changed, 33 insertions, 0 deletions
diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc
new file mode 100644
index 0000000..8a23001
--- /dev/null
+++ b/config/dunst/dunstrc
@@ -0,0 +1,33 @@
+# Very minimal dunst config
+
+[global]
+ width = 300
+ height = 300
+ origin = bottom-right
+ offset = 10x10
+ scale = 0
+ notification_limit = 6
+ separator_height = 2
+ alignment = left
+ stack_duplicates = true
+ frame_width = 3
+ frame_color = "#4E3524"
+ gap_size = 6
+ separator_color = frame
+ font = JetBrainsMono Nerd Font 10
+ line_height = 3
+
+[urgency_normal]
+ foreground = "#282828"
+ background = "#a89984"
+ timeout = 5
+
+[urgency_low]
+ foreground = "#a89984"
+ background = "#282828"
+ timeout = 3
+
+[urgency_critical]
+ foreground = "#282828"
+ background = "#a89984"
+ timeout = 8