fluent-icons: Decrease png resolution

512x512 isn't necessary and doesn't seem to affect eww with hidpi
anyway.
This commit is contained in:
Donovan Glover 2024-08-16 02:37:31 -04:00
parent 3475c5888c
commit ffb3460c53
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -45,7 +45,7 @@ stdenvNoCC.mkDerivation {
runHook preInstall
cp ${fluent-icon-theme}/share/icons/Fluent/scalable/places/default-* .
fd -e svg -x inkscape -w 512 -h 512 "{}" -o "{.}.png"
fd -e svg -x inkscape -w 128 -h 128 "{}" -o "{.}.png"
fd -e png -x lutgen apply -o "{}" -p monokai-base16 --transparency "{}"
install -Dm644 *.png -t $out