Dunst tweak

lightmode
E. Almqvist 4 years ago
parent c5f610e773
commit dad9f8c17c
  1. 10
      dunst/dunstrc

@ -61,10 +61,10 @@
# Defines width in pixels of frame around the notification window.
# Set to 0 to disable.
frame_width = 2
frame_width = 1
# Defines color of the frame around the notification window.
frame_color = "#151515"
frame_color = "#111015"
# Define a color for the separator.
# possible values are:
@ -275,7 +275,7 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#242424"
background = "#111015"
foreground = "#a4abb3"
frame_color = "#272727"
timeout = 10
@ -283,7 +283,7 @@
#icon = /path/to/icon
[urgency_normal]
background = "#242424"
background = "#111015"
foreground = "#a4abb3"
frame_color = "#272727"
timeout = 10
@ -291,7 +291,7 @@
#icon = /path/to/icon
[urgency_critical]
background = "#242424"
background = "#111015"
foreground = "#a4abb3"
frame_color = "#272727"
timeout = 0

Loading…
Cancel
Save