From c0d7023d90ce91e49d86563486a96379a789eb27 Mon Sep 17 00:00:00 2001 From: soraefir Date: Wed, 29 Nov 2023 23:50:40 +0100 Subject: [PATCH] [m] Dunst: minor style change --- modules/home/wayland/apps/dunst/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/home/wayland/apps/dunst/default.nix b/modules/home/wayland/apps/dunst/default.nix index 36fa80d..386c8e2 100755 --- a/modules/home/wayland/apps/dunst/default.nix +++ b/modules/home/wayland/apps/dunst/default.nix @@ -9,7 +9,7 @@ global = { follow = "mouse"; height = "200"; - width = "400"; + width = "350"; scale = "0"; origin = "top-right"; offset = @@ -17,9 +17,9 @@ notification_limit = "0"; progress_bar = "true"; progress_bar_height = "10"; - progress_bar_frame_width = "0"; - progress_bar_min_width = "350"; - progress_bar_max_width = "400"; + progress_bar_frame_width = "1"; + progress_bar_min_width = "150"; + progress_bar_max_width = "350"; indicate_hidden = "yes"; transparency = "0"; separator_height = "2";