From e33ad4f128fb8fef2119cf2c71371eaf9c19bd29 Mon Sep 17 00:00:00 2001 From: Sylvain Herlédan Date: Sat, 3 Jun 2017 12:52:03 +0200 Subject: Initial setup with basic tools: vim/dein, tmux, st, tup, X --- dunstrc | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 dunstrc (limited to 'dunstrc') diff --git a/dunstrc b/dunstrc new file mode 100644 index 0000000..02930fe --- /dev/null +++ b/dunstrc @@ -0,0 +1,76 @@ +# vim: set et fenc=utf-8 ft=vim sts=4 sw=4 ts=8 tw=80 : +# +# Author: microfracture / https://linuxious.com +# Updated: 2015-03-13 + + +[global] + alignment = left + allow_markup = yes + bounce_freq = 0 + browser = /usr/bin/firefox -new-tab + dmenu = /usr/bin/dmenu -p dunst: + follow = none + font = Terminus (TTF) 12 + format = "%s\n%b" + # geometry [{width}]x{height}][+/-{x}+/-{y}] + geometry = "0-10+10" + history_length = 20 + horizontal_padding = 8 + idle_threshold = 120 + ignore_newline = no + indicate_hidden = yes + line_height = 0 + monitor = 0 + padding = 8 + separator_color = frame + separator_height = 1 + show_age_threshold = 60 + show_indicators = yes + shrink = no + sort = yes + startup_notification = false + sticky_history = yes + transparency = 0 + word_wrap = yes + +[frame] + width = 1 + color = "6092BE" + +[shortcuts] + #close = mod4+x + #close_all = mod4+ctrl+x + history = mod4+agrave + context = ctrl+shift+period + +[urgency_low] + background = "#6092BE" + foreground = "#FFFFFF" + timeout = 10 + +[urgency_normal] + background = "#6092BE" + foreground = "#FFFFFF" + timeout = 20 + +[urgency_critical] + background = "#801515" + foreground = "#D46A6A" + timeout = 0 + +[log] + appname = "IT" + script = "~/.local/bin/log_notifications.sh" + +#[irc] +# appname = "weechat" +# format = "%s: %b" +# urgency = low +# background = "#83c83d" +# foreground = "#000000" +# +#[i3blocks] +# summary = "*" +# script = ~/.bin/notify +# -- cgit v1.2.3-70-g09d2