Update dunst configuration
This commit is contained in:
parent
0992773f49
commit
d28f5117b0
1 changed files with 22 additions and 11 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue