From ea7f99512964bc6e4986fe4a4e3507faf7fb2bc5 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 24 Mar 2016 17:24:18 +0100 Subject: [dunst] New module (an x notify daemon) --- remote/modules/dunst/data/etc/xdg/dunst/dunstrc | 56 +++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 remote/modules/dunst/data/etc/xdg/dunst/dunstrc (limited to 'remote/modules/dunst/data') diff --git a/remote/modules/dunst/data/etc/xdg/dunst/dunstrc b/remote/modules/dunst/data/etc/xdg/dunst/dunstrc new file mode 100644 index 00000000..a9f661cb --- /dev/null +++ b/remote/modules/dunst/data/etc/xdg/dunst/dunstrc @@ -0,0 +1,56 @@ +[global] + font = DejaVu-Sans 10 + allow_markup = yes + plain_text = no + format = " %s\n%b" + sort = yes + indicate_hidden = yes + alignment = left + bounce_freq = 0 + show_age_threshold = 60 + word_wrap = yes + ignore_newline = no + geometry = "320x5-30+20" + shrink = no + transparency = 0 + idle_threshold = 120 + monitor = 0 + follow = mouse + sticky_history = yes + history_length = 20 + show_indicators = yes + line_height = 0 + notification_height = 0 + separator_height = 2 + padding = 8 + horizontal_padding = 8 + separator_color = frame + startup_notification = false + icon_position = left + icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ + +[frame] + width = 2 + color = "#bbbbbb" + +[shortcuts] + close = ctrl+mod1+mod4+space + close_all = ctrl+mod1+mod4+shift+space + history = ctrl+mod1+mod4+grave + context = ctrl+mod1+mod4+shift+period + +[urgency_low] + background = "#222222" + foreground = "#dddddd" + timeout = 15 + +[urgency_normal] + background = "#184567" + foreground = "#ffffff" + timeout = 15 + +[urgency_critical] + background = "#c00000" + foreground = "#ffff00" + timeout = 0 + -- cgit v1.2.3-55-g7522