Changed looks of notifications

This commit is contained in:
RealStickman 2020-10-10 13:40:26 +02:00
parent b58e733e32
commit 33e047d562

View File

@ -126,7 +126,7 @@
# %n progress value if set without any extra characters # %n progress value if set without any extra characters
# %% Literal % # %% Literal %
# Markup is allowed # Markup is allowed
format = "<b>%s - %a</b>\n%b" format = "<b>%s</b> %a\n%b"
# Alignment of message text. # Alignment of message text.
# Possible values are "left", "center" and "right". # Possible values are "left", "center" and "right".
@ -175,7 +175,7 @@
max_icon_size = 32 max_icon_size = 32
# Paths to default icons. # Paths to default icons.
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ icon_path = /usr/share/icons/Material-Black-Plum-Numix/24/status:/usr/share/icons/Material-Black-Plum-Numix/24/devices
### History ### ### History ###
@ -222,11 +222,11 @@
# corners. # corners.
# The radius will be automatically lowered if it exceeds half of the # The radius will be automatically lowered if it exceeds half of the
# notification height to avoid clipping text and/or icons. # notification height to avoid clipping text and/or icons.
corner_radius = 0 corner_radius = 10
# Ignore the dbus closeNotification message. # Ignore the dbus closeNotification message.
# Useful to enforce the timeout set by dunst configuration. Without this # Useful to enforce the timeout set by dunst configuration. Without this
# parameter, an application may close the notification sent before the # parameter, an application may close the notification sent before the
# user defined timeout. # user defined timeout.
ignore_dbusclose = false ignore_dbusclose = false
@ -275,41 +275,40 @@
# Xev might be helpful to find names for keys. # Xev might be helpful to find names for keys.
# Close notification. # Close notification.
close = ctrl+space #close = ctrl+space
# Close all notifications. # Close all notifications.
close_all = ctrl+shift+space #close_all = ctrl+shift+space
# Redisplay last message(s). # Redisplay last message(s).
# On the US keyboard layout "grave" is normally above TAB and left # On the US keyboard layout "grave" is normally above TAB and left
# of "1". Make sure this key actually exists on your keyboard layout, # of "1". Make sure this key actually exists on your keyboard layout,
# e.g. check output of 'xmodmap -pke' # e.g. check output of 'xmodmap -pke'
history = ctrl+grave #history = ctrl+grave
# Context menu. # Context menu.
context = ctrl+shift+period #context = ctrl+shift+period
[urgency_low] [urgency_low]
# IMPORTANT: colors have to be defined in quotation marks. # IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment. # Otherwise the "#" and following would be interpreted as a comment.
background = "#222222" background = "#331c08"
foreground = "#888888" foreground = "#888888"
timeout = 10 timeout = 10
# Icon for notifications with low urgency, uncomment to enable # Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon #icon = /path/to/icon
[urgency_normal] [urgency_normal]
background = "#285577" background = "#663811"
foreground = "#ffffff" foreground = "#ffffff"
timeout = 10 timeout = 15
# Icon for notifications with normal urgency, uncomment to enable # Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon #icon = /path/to/icon
[urgency_critical] [urgency_critical]
background = "#900000" background = "#b2631e"
foreground = "#ffffff" foreground = "#ffffff"
frame_color = "#ff0000" timeout = 30
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable # Icon for notifications with critical urgency, uncomment to enable
#icon = /path/to/icon #icon = /path/to/icon