summaryrefslogtreecommitdiffstats
path: root/dunst
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-01-08 11:39:36 +0100
committerGravatar Tom Willemse2016-01-08 11:39:36 +0100
commitd28f5117b0762d63cb0cf75b44551989932f6bdd (patch)
tree380445813253bc66541ca8dc40bad12db4dfc8dc /dunst
parent0992773f491d71bb614dc99d57b091e186e23903 (diff)
downloaddotfiles-d28f5117b0762d63cb0cf75b44551989932f6bdd.tar.gz
dotfiles-d28f5117b0762d63cb0cf75b44551989932f6bdd.zip
Update dunst configuration
Diffstat (limited to 'dunst')
-rw-r--r--dunst/.config/dunst/dunstrc33
1 files changed, 22 insertions, 11 deletions
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc
index 6611724..bb671a2 100644
--- a/dunst/.config/dunst/dunstrc
+++ b/dunst/.config/dunst/dunstrc
@@ -1,6 +1,6 @@
# -*- mode: conf-unix; -*-
[global]
- font = "Liberation Mono-12"
+ font = Fantasque Sans Mono 13
# allow a small subset of html markup:
# <b>bold</b>
@@ -57,10 +57,10 @@
# the window expands to the longest message displayed.
# A positive x is measured from the left, a negative from the
# right side of the screen. Y is measured from the top and down respectevly.
- geometry = "300x5-30+20"
+ geometry = "600x5-30+20"
# Shrink window if it's smaller than the width. Will be ignored if width is 0.
- shrink = no
+ shrink = yes
# The transparency of the window. range: [0; 100]
# This option will only work if a compositing windowmanager is present (e.g. xcompmgr, compiz, etc..)
@@ -84,7 +84,7 @@
#
# If this option is set to mouse or keyboard, the monitor option will be
# ignored.
- follow = keyboard
+ follow = none
# should a notification popped up from history be sticky or
# timeout as if it would normally do.
@@ -100,10 +100,10 @@
separator_height = 2;
# padding between text and separator
- padding = 8
+ padding = 15
# horizontal padding
- horizontal_padding = 8
+ horizontal_padding = 15
# Define a color for the separator.
# This can either be "auto" or "foreground". "Auto" tries to find a color
@@ -122,8 +122,8 @@
browser = /usr/bin/firefox -new-tab
[frame]
- width = 3
- color = "#aaaaaa"
+ width = 2
+ color = "#3d3d3d"
[shortcuts]
# shortcuts are specified as [modifier+][modifier+]...key
@@ -132,14 +132,14 @@
# xev might be helpful to find names for keys
# close notification
- close = ctrl+space
+ close = mod4+m
# close all notifications
- close_all = ctrl+shift+space
+ close_all = mod4+shift+m
# redisplay last message(s)
# On the US keyboard layout 'grave' is normally above TAB and left of '1'.
- history = ctrl+grave
+ history = mod4+ctrl+m
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
@@ -195,3 +195,14 @@
# summary = *twitter.com*
# urgency = normal
#
+
+[Emacs]
+ appname = Emacs
+ background = "#7F5AB6"
+ foreground = "#FAFAFA"
+ format = "<b>%s</b>\n%b"
+
+[Metal Express Radio]
+ appname = Metal Express Radio
+ background = "#EF4136"
+ foreground = "#FFFFFF"