From 5d74f0f3006dda0ece306e9022a72bd174f9b004 Mon Sep 17 00:00:00 2001 From: He4eT Date: Mon, 17 Apr 2023 12:13:33 +0300 Subject: [PATCH] dunst: color tuning --- dunst/dunstrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dunst/dunstrc b/dunst/dunstrc index 1ac2be1..621c698 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -41,7 +41,7 @@ gap_size = 0 - separator_height = 3 + separator_height = 2 separator_color = "#cdcdcd" # Paddings @@ -109,16 +109,16 @@ [urgency_low] background = "#222222" foreground = "#cdcdcd" - timeout = 3 + timeout = 5 [urgency_normal] background = "#222222" foreground = "#cdcdcd" - timeout = 5 + timeout = 8 [urgency_critical] - background = "#383838" - foreground = "#ffffff" + background = "#444444" + foreground = "#cdcdcd" timeout = 0 [change-format]