aboutsummaryrefslogtreecommitdiffstats
path: root/dunstrc
diff options
context:
space:
mode:
authorSylvain Herlédan <sylvain.herledan@hrafnagud.info>2017-06-03 12:52:03 +0200
committerSylvain Herlédan <sylvain.herledan@hrafnagud.info>2017-06-03 12:52:03 +0200
commite33ad4f128fb8fef2119cf2c71371eaf9c19bd29 (patch)
tree1fe625b20799889724aad507b8bac0a77258b9ca /dunstrc
downloaddotfiles-e33ad4f128fb8fef2119cf2c71371eaf9c19bd29.tar.gz
dotfiles-e33ad4f128fb8fef2119cf2c71371eaf9c19bd29.tar.bz2
dotfiles-e33ad4f128fb8fef2119cf2c71371eaf9c19bd29.zip
Initial setup with basic tools: vim/dein, tmux, st, tup, X
Diffstat (limited to 'dunstrc')
-rw-r--r--dunstrc76
1 files changed, 76 insertions, 0 deletions
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 = "<b>%s</b>\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
+#