From c551a2b888f9cc67e893942ccea30fdc0f3f48e5 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 24 Oct 2024 22:03:11 +0200 Subject: [PATCH] update dunst --- dunst/dunstrc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dunst/dunstrc b/dunst/dunstrc index 24402ea..5750b8b 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -23,16 +23,16 @@ # dynamic width from 0 to 300 # width = (0, 300) # constant width of 300 - width = 300 + width = (300, 500) # The maximum height of a single notification, excluding the frame. - height = 300 + height = 200 # Position the notification in the top right corner origin = bottom-right # Offset from the origin - offset = 10x50 + offset = 20x20 # Scale factor. It is auto-detected if value is 0. scale = 0 @@ -102,13 +102,13 @@ frame_width = 1 # Defines color of the frame around the notification window. - frame_color = "#343959" + frame_color = "#1a1c2d" # Size of gap to display between notifications - requires a compositor. # If value is greater than 0, separator_height will be ignored and a border # of size frame_width will be drawn around each notification instead. # Click events on gaps do not currently propagate to applications below. - gap_size = 16 + gap_size = 8 # Define a color for the separator. # possible values are: @@ -116,7 +116,7 @@ # * foreground: use the same color as the foreground; # * frame: use the same color as the frame; # * anything else will be interpreted as a X color. - separator_color = frame + separator_color = foreground # Sort type. # possible values are: @@ -332,14 +332,14 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#1a1c2d" + background = "#0C0D14" foreground = "#767BA0" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #default_icon = /path/to/icon [urgency_normal] - background = "#1a1c2d" + background = "#0C0D14" foreground = "#eceef4" timeout = 10 override_pause_level = 30