diff --git a/.config/i3/dunst_config b/.config/i3/dunst_config
index 4fba54d..9ff74ef 100644
--- a/.config/i3/dunst_config
+++ b/.config/i3/dunst_config
@@ -29,14 +29,14 @@
# the top and down respectively.
# The width can be negative. In this case the actual width is the
# screen width minus the width defined in within the geometry option.
- geometry = "300x5-30+20"
+ geometry = "400x20-30+20"
# Show how many messages are currently hidden (because of geometry).
indicate_hidden = yes
# Shrink window if it's smaller than the width. Will be ignored if
# width is 0.
- shrink = no
+ shrink = yes
# The transparency of the window. Range: [0; 100].
# This option will only work if a compositing window manager is
@@ -64,7 +64,7 @@
frame_width = 3
# Defines color of the frame around the notification window.
- frame_color = "#aaaaaa"
+ frame_color = "#ff0000"
# Define a color for the separator.
# possible values are:
@@ -85,7 +85,7 @@
### Text ###
- font = Monospace 8
+ font = Monospace 12
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
@@ -125,7 +125,7 @@
# %n progress value if set without any extra characters
# %% Literal %
# Markup is allowed
- format = "%s\n%b"
+ format = "%a %s\n%b"
# Alignment of message text.
# Possible values are "left", "center" and "right".
@@ -261,22 +261,22 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
- background = "#222222"
- foreground = "#888888"
+ background = "#000000"
+ foreground = "#ff0000"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal]
- background = "#285577"
- foreground = "#ffffff"
+ background = "#000000"
+ foreground = "#ff0000"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon
[urgency_critical]
- background = "#900000"
- foreground = "#ffffff"
+ background = "#ff0000"
+ foreground = "#000000"
frame_color = "#ff0000"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable