summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-12-19 15:59:31 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-12-19 15:59:31 +0100
commitec82e0f8cc3f9b451c1ce63a948034c6bb2b5bd2 (patch)
treedd2e478794447b384df3217e1d40ed5133a18406
parent4da58f343e06cfb6c0fb8825676d0dab91b4efe8 (diff)
Add dunst config
-rw-r--r--.config/dunst/dunstrc27
1 files changed, 27 insertions, 0 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
new file mode 100644
index 0000000..d03af62
--- /dev/null
+++ b/.config/dunst/dunstrc
@@ -0,0 +1,27 @@
+[global]
+ monitor = 0
+ follow = keyboard
+ width = 370
+ height = 350
+ offset = 0x19
+ padding = 2
+ horizontal_padding = 2
+ transparency = 25
+ font = Monospace 12
+ format = "<b>%s</b>\n%b"
+
+[urgency_low]
+ background = "#1d2021"
+ foreground = "#928374"
+ timeout = 3
+
+[urgency_normal]
+ foreground = "#ebdbb2"
+ background = "#458588"
+ timeout = 5
+
+[urgency_critical]
+ background = "#1cc24d"
+ foreground = "#ebdbb2"
+ frame_color = "#fabd2f"
+ timeout = 10