From 672b5343b69bf1b4de1c9d1d45e62e6130cdc9e3 Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Mon, 23 Dec 2024 14:19:35 -0800 Subject: [PATCH] Shrink notification max height 256px is a bit too tall... --- .config/dunst/dunstrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index c26a9b0..c42eb1a 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -2,7 +2,7 @@ font = "Sans 12" origin = top-left width = 600 - height = (0, 256) + height = (0, 128) offset = 0x0 padding = 1 horizontal_padding = 1 @@ -93,4 +93,4 @@ separator_color = "#f0f0f0" [Doorbell] appname = "doorbell" - max_icon_size = 256 + max_icon_size = 128