about summary refs log tree commit diff
path: root/users/glittershark/system
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2021-03-26T15·50-0400
committerglittershark <grfn@gws.fyi>2021-03-26T16·40+0000
commit79cd46113b71b5ea8cfbecd44d9ba928a4d9c39a (patch)
treebc0d1c1d6c51fcbd67b85a4a3e9056d8322a61e9 /users/glittershark/system
parent365509ce593446cef1a5a78454fcb0587c595c0a (diff)
fix(gs/home): Set dunst max icon size to 45 r/2339
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 <grfn@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/glittershark/system')
-rw-r--r--users/glittershark/system/home/modules/i3.nix1
1 files changed, 1 insertions, 0 deletions
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 = {