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";