diff options
Diffstat (limited to '.config/wal/templates/dunstrc')
-rw-r--r-- | .config/wal/templates/dunstrc | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/.config/wal/templates/dunstrc b/.config/wal/templates/dunstrc index ed6092f..9fdd2c9 100644 --- a/.config/wal/templates/dunstrc +++ b/.config/wal/templates/dunstrc @@ -2,7 +2,7 @@ monitor = 0 follow = keyboard offset = 10x30 - height = 200 + height = 50 indicate_hidden = yes shrink = no transparency = 0 @@ -11,7 +11,7 @@ padding = 8 horizontal_padding = 8 frame_width = 3 - frame_color = "{color8}" # Ensure color1 is defined in pywal + frame_color = "{color2}" # Ensure color1 is defined in pywal separator_color = auto sort = yes idle_threshold = 120 @@ -55,21 +55,22 @@ context = ctrl+shift+period [urgency_low] - background = "{background}" # Set a valid color variable - foreground = "{foreground}" # Ensure color7 is defined in pywal + background = "{color0}" # Set a valid color variable + foreground = "{color8}" # Ensure color7 is defined in pywal timeout = 5 icon = /home/surgot/.config/dunst/normal.png [urgency_normal] - background = "{background}" # Use a valid background color + background = "{color3}" # Use a valid background color foreground = "{foreground}" # Ensure color4 is defined in pywal + frame_color = "{color4}" timeout = 5 icon = /home/surgot/.config/dunst/normal.png [urgency_critical] - background = "{background}" # Ensure color1 is defined in pywal + background = "{color1}" # Ensure color1 is defined in pywal foreground = "{foreground}" - frame_color = "{color9}" # Ensure color11 is defined in pywal + frame_color = "{color5}" # Ensure color11 is defined in pywal timeout = 5 icon = /home/surgot/.config/dunst/critical.png |