File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 2121
2222 ### Geometry ###
2323
24+ # The width of the window, excluding the frame.
2425 # dynamic width from 0 to 300
2526 # width = (0, 300)
2627 # constant width of 300
2728 width = 300
2829
2930 # The height of a single notification, excluding the frame.
31+ # dynamic height from 0 to 300
3032 height = (0, 300)
33+ # constant height of 300
34+ # height = 300
3135
3236 # Position the notification in the top right corner
3337 origin = top-right
336340 background = "#222222"
337341 foreground = "#888888"
338342 timeout = 10
339- # Icon for notifications with low urgency, uncomment to enable
340- # default_icon = /path/to/icon
343+ # Icon for notifications with low urgency
344+ default_icon = dialog-information
341345
342346[urgency_normal]
343347 background = "#285577"
344348 foreground = "#ffffff"
345349 timeout = 10
346350 override_pause_level = 30
347- # Icon for notifications with normal urgency, uncomment to enable
348- # default_icon = /path/to/icon
351+ # Icon for notifications with normal urgency
352+ default_icon = dialog-information
349353
350354[urgency_critical]
351355 background = "#900000"
352356 foreground = "#ffffff"
353357 frame_color = "#ff0000"
354358 timeout = 0
355359 override_pause_level = 60
356- # Icon for notifications with critical urgency, uncomment to enable
357- # default_icon = /path/to/icon
360+ # Icon for notifications with critical urgency
361+ default_icon = dialog-warning
358362
359363# Every section that isn't one of the above is interpreted as a rules to
360364# override settings for certain messages.
You can’t perform that action at this time.
0 commit comments