mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-17 18:20:56 +01:00
fluent-icons: Decrease png resolution
512x512 isn't necessary and doesn't seem to affect eww with hidpi anyway.
This commit is contained in:
parent
3475c5888c
commit
ffb3460c53
@ -45,7 +45,7 @@ stdenvNoCC.mkDerivation {
|
|||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
||||||
cp ${fluent-icon-theme}/share/icons/Fluent/scalable/places/default-* .
|
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 "{}"
|
fd -e png -x lutgen apply -o "{}" -p monokai-base16 --transparency "{}"
|
||||||
|
|
||||||
install -Dm644 *.png -t $out
|
install -Dm644 *.png -t $out
|
||||||
|
Loading…
Reference in New Issue
Block a user