From 3fdcfb5b5f354f32bcad9c953d8b641415c214e2 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 22 Jun 2021 19:39:35 +0200 Subject: [PATCH] home: wm: dunst: add max icon size Otherwise I end up with icons that are way too big... --- home/wm/dunst.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/wm/dunst.nix b/home/wm/dunst.nix index 334396c..60e8604 100644 --- a/home/wm/dunst.nix +++ b/home/wm/dunst.nix @@ -16,6 +16,7 @@ in frame_width = 3; # small frame geometry = "300x50-15+49"; markup = "full"; # subset of HTML + max_icon_size = 32; # avoid icons that are too big padding = 6; # distance between text and bubble border progress_bar = true; # show a progress bar in notification bubbles separator_color = "frame"; # use frame color to separate bubbles