aboutsummaryrefslogtreecommitdiff
path: root/.config/dunst
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-02-20 09:10:09 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-02-20 09:10:09 +0100
commitb11b92ee890c215f5af1fe72588b740e66deee57 (patch)
treeb81f704e0359389a1586c22bf3305511063ee86a /.config/dunst
parent6ed420bf6d558126a8e1ec04cd74a2f237074e2d (diff)
Add dunstrc
Diffstat (limited to '.config/dunst')
-rw-r--r--.config/dunst/dunstrc65
1 files changed, 65 insertions, 0 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
new file mode 100644
index 0000000..0c1a9f6
--- /dev/null
+++ b/.config/dunst/dunstrc
@@ -0,0 +1,65 @@
+[global]
+ font = Liberation Mono 8
+ markup = yes
+ format = "<span font_size="large"><b>%s</b></span>%a\n%b"
+ sort = yes
+ indicate_hidden = yes
+ alignment = left
+ bounce_freq = 0
+ show_age_threshold = 60
+ word_wrap = yes
+ ignore_newline = no
+ geometry = "300x5-10+30"
+ shrink = no
+ transparency = 20
+ idle_threshold = 120
+ monitor = 0
+ follow = mouse
+ sticky_history = yes
+ history_length = 20
+ show_indicators = yes
+ line_height = 0
+ separator_height = 2
+ padding = 8
+ horizontal_padding = 8
+ separator_color = frame
+ startup_notification = false
+ dmenu = /usr/bin/dmenu -p dunst:
+ browser = open
+ max_icon_size = 48
+ icon_position = right
+ icon_path = /home/tyil/.icons/ACYLS/:/usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
+ frame_width = 2
+ frame_color = "#aaaaaa"
+
+[shortcuts]
+ close = ctrl+space
+ close_all = ctrl+shift+space
+ history = ctrl+grave
+ context = ctrl+shift+period
+
+[urgency_low]
+ background = "#333333"
+ foreground = "#ffffff"
+ timeout = 10
+
+[urgency_normal]
+ background = "#000000"
+ foreground = "#ffffff"
+ timeout = 10
+
+[urgency_critical]
+ background = "#660000"
+ foreground = "#ffffff"
+ timeout = 0
+
+# Override notifications from certain sources
+
+[mpd]
+ appname = MPD
+ urgency = normal
+
+[signal-desktop]
+ icon_position = off
+
+# vim: ft=cfg