aboutsummaryrefslogtreecommitdiff
path: root/.config/dunst
diff options
context:
space:
mode:
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