summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dunstrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/dunstrc b/dunstrc
index fe94f14..492c115 100644
--- a/dunstrc
+++ b/dunstrc
@@ -24,7 +24,7 @@
# dynamic width from 0 to 300
# width = (0, 300)
# constant width of 300
- width = 300
+ width = (250, 450)
# The maximum height of a single notification, excluding the frame.
height = 100
@@ -86,7 +86,7 @@
# Defines width in pixels of frame around the notification window.
# Set to 0 to disable.
- frame_width = 3
+ frame_width = 0
# Defines color of the frame around the notification window.
frame_color = "#aaaaaa"
@@ -111,7 +111,7 @@
### Text ###
- font = UbuntuMono Nerd Font Mono 10
+ font = CodeNewRoman Nerd Font Mono 10
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
@@ -293,13 +293,13 @@
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#222222"
- foreground = "#888888"
+ foreground = "#ffffff"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#default_icon = /path/to/icon
[urgency_normal]
- background = "#285577"
+ background = "#2c1c2c"
foreground = "#ffffff"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable