Update dunst config

This commit is contained in:
2019-05-20 22:29:24 +02:00
parent 520f7d96a6
commit 23718f643f

View File

@@ -29,7 +29,7 @@
# the top and down respectively.
# The width can be negative. In this case the actual width is the
# screen width minus the width defined in within the geometry option.
geometry = "300x10-20+40"
geometry = "300x10-20-20"
# Show how many messages are currently hidden (because of geometry).
indicate_hidden = yes
@@ -61,7 +61,7 @@
# Defines width in pixels of frame around the notification window.
# Set to 0 to disable.
frame_width = 3
frame_width = 2
# Defines color of the frame around the notification window.
frame_color = "#e16b40"
@@ -153,13 +153,13 @@
### Icons ###
# Align icons left/right/off
icon_position = off
icon_position = left
# Scale larger icons down to this size, set to 0 to disable
max_icon_size = 32
max_icon_size = 64
# Paths to default icons.
icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
icon_folders = /usr/share/icons/breeze/status/16:/usr/share/icons/breeze/devices/16
### History ###