From 79cd46113b71b5ea8cfbecd44d9ba928a4d9c39a Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Fri, 26 Mar 2021 11:50:20 -0400 Subject: fix(gs/home): Set dunst max icon size to 45 Notifications with images appear to be working now, which is cool, but they're also *really* large, especially for spotify album art - let's pull that down a bit. Change-Id: I825798cccb54ebafd3facc08f3d6f0f4a42cf010 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2666 Reviewed-by: glittershark Tested-by: BuildkiteCI --- users/glittershark/system/home/modules/i3.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'users') diff --git a/users/glittershark/system/home/modules/i3.nix b/users/glittershark/system/home/modules/i3.nix index cf1fa325dd..d31089133c 100644 --- a/users/glittershark/system/home/modules/i3.nix +++ b/users/glittershark/system/home/modules/i3.nix @@ -321,6 +321,7 @@ in { word_wrap = true; padding = 8; horizontal_padding = 8; + max_icon_size = 45; }; frame = { -- cgit 1.4.1