From 1f5297bf737560fa2dd886fbb8cb94331cccf93a Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 23 Sep 2023 21:50:03 +0530 Subject: notify on brightness and volume change --- services/dunst.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'services/dunst.nix') diff --git a/services/dunst.nix b/services/dunst.nix index 0d05889..407820f 100644 --- a/services/dunst.nix +++ b/services/dunst.nix @@ -41,27 +41,30 @@ with theme; mouse_left_click = "close_current"; mouse_middle_click = "do_action, close_current"; mouse_right_click = "close_all"; + gap_size = 12; + progress_bar_height = 4; + progress_bar_corner_radius = 4; }; urgency_normal = { background = base00; foreground = base05; frame_color = base01; - timeout = 10; + timeout = 5; }; urgency_low = { background = base00; foreground = base05; frame_color = base01; - timeout = 2; + timeout = 3; }; urgency_critical = { background = base0C; foreground = base00; - frame_color = base00; - timeout = 0; + frame_color = base0C; + timeout = 5; }; }; }; -- cgit v1.2.3