From d28f5117b0762d63cb0cf75b44551989932f6bdd Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 8 Jan 2016 11:39:36 +0100 Subject: Update dunst configuration --- dunst/.config/dunst/dunstrc | 33 ++++++++++++++++++++++----------- 1 file 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: # bold @@ -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 = "%s\n%b" + +[Metal Express Radio] + appname = Metal Express Radio + background = "#EF4136" + foreground = "#FFFFFF" -- cgit v1.2.3-54-g00ecf