Browse Source

dunst with new colors

master
TiynGER 9 months ago
parent
commit
da0904916b
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      .config/dunst/dunstrc

+ 8
- 8
.config/dunst/dunstrc

@ -10,7 +10,7 @@
padding = 0 padding = 0
horizontal_padding = 8 horizontal_padding = 8
frame_width = 3 frame_width = 3
frame_color = "#282828"
frame_color = "#000000"
# Define a color for the separator. # Define a color for the separator.
# possible values are: # possible values are:
@ -75,21 +75,21 @@
[urgency_low] [urgency_low]
# IMPORTANT: colors have to be defined in quotation marks. # IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment. # Otherwise the "#" and following would be interpreted as a comment.
background = "#282828"
foreground = "#928374"
background = "#ffa500"
foreground = "#000000"
timeout = 5 timeout = 5
# Icon for notifications with low urgency, uncomment to enable # Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon #icon = /path/to/icon
[urgency_normal] [urgency_normal]
background = "#458588"
foreground = "#ebdbb2"
background = "#ffa500"
foreground = "#000000"
timeout = 5 timeout = 5
[urgency_critical] [urgency_critical]
background = "#cc2421"
foreground = "#ebdbb2"
frame_color = "#fabd2f"
background = "#ffa500"
foreground = "#000000"
frame_color = "#000000"
timeout = 0 timeout = 0
# 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

Loading…
Cancel
Save