meskarune / i3lock-fancy

i3lock script that takes a screenshot of the desktop, blurs the background and adds a lock icon and text
MIT License
1.51k stars 186 forks source link

remove unused icons and use SVG icons instead of PNGs #183

Closed auroraanna closed 2 years ago

auroraanna commented 3 years ago

SVGs are the right choice for these icons because SVGs don't get blurry when being scaled and are much smaller in file size than comparable PNG icons.

AladW commented 2 years ago

This breaks the Makefile:

$ sudo make install
install: omitting directory 'icons/lock'
make: *** [Makefile:8: install] Error 1

Either preserve the original paths (preferable) or update the paths in the Makefile as well.

Also unrelated changes like renaming LICENSE (???). I'll apply this manually.

AladW commented 2 years ago

Testing these changes I prefer the original icons. If you can find SVG versions of those, feel free to propose them.