diff options
author | Griffin Smith <grfn@gws.fyi> | 2021-03-26T15·50-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2021-03-26T16·40+0000 |
commit | 79cd46113b71b5ea8cfbecd44d9ba928a4d9c39a (patch) | |
tree | bc0d1c1d6c51fcbd67b85a4a3e9056d8322a61e9 | |
parent | 365509ce593446cef1a5a78454fcb0587c595c0a (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
-rw-r--r-- | users/glittershark/system/home/modules/i3.nix | 1 |
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 cf1fa325dd4c..d31089133c2d 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 = { |