aboutsummaryrefslogtreecommitdiff
path: root/.config/dunst/dunstrc
diff options
context:
space:
mode:
authorMarvin Borner2022-05-31 14:34:49 +0200
committerMarvin Borner2022-05-31 14:39:35 +0200
commita56b6a121b31b82dcf7279e6eea60bbca1852fc5 (patch)
tree7627bb839310c4a4a3632b378ebe87bc031f61ff /.config/dunst/dunstrc
parentb8be82d9113dd0fec9021aa573039cc64dbd849a (diff)
Sync
Diffstat (limited to '.config/dunst/dunstrc')
-rw-r--r--.config/dunst/dunstrc31
1 files changed, 31 insertions, 0 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
new file mode 100644
index 0000000..6725d9c
--- /dev/null
+++ b/.config/dunst/dunstrc
@@ -0,0 +1,31 @@
+[global]
+monitor = 0
+follow = keyboard
+width = 370
+height = 350
+offset = 0x19
+padding = 2
+horizontal_padding = 2
+font = Monospace 15
+format = "<b>%s</b>\n%b"
+
+[urgency_low]
+foreground = "#bbbbbb"
+background = "#222222"
+frame_color = "#005577"
+timeout = 3
+
+[urgency_normal]
+foreground = "#eeeeee"
+background = "#005577"
+frame_color = "#005577"
+timeout = 5
+
+[urgency_critical]
+background = "#00ff00"
+foreground = "#000"
+frame_color = "#ff0000"
+timeout = 10
+
+[play_sound]
+script = ~/.scripts/beep