Remove missing dunst icons

This commit is contained in:
Evie Litherland-Smith 2023-03-13 14:46:10 +00:00
parent 4de45acbaa
commit 9504015815

View file

@ -17,7 +17,7 @@
#
# If this option is set to mouse or keyboard, the monitor option
# will be ignored.
follow = none
follow = mouse
### Geometry ###
@ -30,7 +30,7 @@
height = 300
# Position the notification in the top right corner
origin = bottom-right
origin = top-right
# Offset from the origin
offset = 30x40
@ -297,14 +297,14 @@
foreground = "#CAD3F5"
timeout = 5
# Icon for notifications with low urgency, uncomment to enable
icon = /usr/share/icons/Arc-X-D/status/16/dialog-information.png
# icon = /usr/share/icons/Arc-X-D/status/16/dialog-information.png
[urgency_normal]
background = "#24273A"
foreground = "#CAD3F5"
timeout = 5
# Icon for notifications with normal urgency, uncomment to enable
icon = /usr/share/icons/Arc-X-D/status/16/dialog-question.png
# icon = /usr/share/icons/Arc-X-D/status/16/dialog-question.png
[urgency_critical]
background = "#24273A"
@ -312,7 +312,7 @@
frame_color = "#F5A97F"
timeout = 120
# Icon for notifications with critical urgency, uncomment to enable
icon = /usr/share/icons/Arc-X-D/status/16/dialog-warning.png
# icon = /usr/share/icons/Arc-X-D/status/16/dialog-warning.png
# Every section that isn't one of the above is interpreted as a rules to
# override settings for certain messages.