summaryrefslogtreecommitdiff
path: root/src/dotfiles/dunst
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-02-18 17:36:51 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-02-18 17:36:51 +0400
commitd1e8f727620479a98ad568e8e3dc98e84bef45b2 (patch)
tree56a8dedb74e9e8a6f8692027e3eadd201eb37c5f /src/dotfiles/dunst
parentf40c73f3b30547f7267c84bd22677dec65029dc4 (diff)
version 0.2
Diffstat (limited to 'src/dotfiles/dunst')
-rw-r--r--src/dotfiles/dunst/dunstrc33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/dotfiles/dunst/dunstrc b/src/dotfiles/dunst/dunstrc
new file mode 100644
index 0000000..19c55b4
--- /dev/null
+++ b/src/dotfiles/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 = "#a89984"
+ background = "#282828"
+ timeout = 5
+
+[urgency_low]
+ foreground = "#a89984"
+ background = "#282828"
+ timeout = 3
+
+[urgency_critical]
+ foreground = "#a89984"
+ background = "#282828"
+ timeout = 8