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 # If this option is set to mouse or keyboard, the monitor option
# will be ignored. # will be ignored.
follow = none follow = mouse
### Geometry ### ### Geometry ###
@ -30,7 +30,7 @@
height = 300 height = 300
# Position the notification in the top right corner # Position the notification in the top right corner
origin = bottom-right origin = top-right
# Offset from the origin # Offset from the origin
offset = 30x40 offset = 30x40
@ -297,14 +297,14 @@
foreground = "#CAD3F5" foreground = "#CAD3F5"
timeout = 5 timeout = 5
# Icon for notifications with low urgency, uncomment to enable # 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] [urgency_normal]
background = "#24273A" background = "#24273A"
foreground = "#CAD3F5" foreground = "#CAD3F5"
timeout = 5 timeout = 5
# Icon for notifications with normal urgency, uncomment to enable # 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] [urgency_critical]
background = "#24273A" background = "#24273A"
@ -312,7 +312,7 @@
frame_color = "#F5A97F" frame_color = "#F5A97F"
timeout = 120 timeout = 120
# Icon for notifications with critical urgency, uncomment to enable # 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 # Every section that isn't one of the above is interpreted as a rules to
# override settings for certain messages. # override settings for certain messages.