Skip to content

Commit

Permalink
Merge pull request #1393 from bynect/dunstrc-icon
Browse files Browse the repository at this point in the history
Add (back) default icons to dunstrc
  • Loading branch information
bynect authored Nov 4, 2024
2 parents 9d3c91a + 3314820 commit fac9459
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions dunstrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,17 @@

### Geometry ###

# The width of the window, excluding the frame.
# dynamic width from 0 to 300
# width = (0, 300)
# constant width of 300
width = 300

# The height of a single notification, excluding the frame.
# dynamic height from 0 to 300
height = (0, 300)
# constant height of 300
# height = 300

# Position the notification in the top right corner
origin = top-right
Expand Down Expand Up @@ -336,25 +340,25 @@
background = "#222222"
foreground = "#888888"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#default_icon = /path/to/icon
# Icon for notifications with low urgency
default_icon = dialog-information

[urgency_normal]
background = "#285577"
foreground = "#ffffff"
timeout = 10
override_pause_level = 30
# Icon for notifications with normal urgency, uncomment to enable
#default_icon = /path/to/icon
# Icon for notifications with normal urgency
default_icon = dialog-information

[urgency_critical]
background = "#900000"
foreground = "#ffffff"
frame_color = "#ff0000"
timeout = 0
override_pause_level = 60
# Icon for notifications with critical urgency, uncomment to enable
#default_icon = /path/to/icon
# Icon for notifications with critical urgency
default_icon = dialog-warning

# Every section that isn't one of the above is interpreted as a rules to
# override settings for certain messages.
Expand Down

0 comments on commit fac9459

Please sign in to comment.