mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 10:55:58 +01:00
7 lines
373 B
Markdown
7 lines
373 B
Markdown
|
The images here a displayed on the homepage.
|
||
|
|
||
|
For their effect to work, they need a blurred version, which gets generated on build or manually.
|
||
|
This is to prevent lag especially on mobile by removing the need for the CSS blur filter.
|
||
|
|
||
|
`magick convert -gaussian-blur 0x20 -modulate 100,300,100 /home/vdawg/Downloads/tmp/a/img4.webp /home/vdawg/Downloads/tmp/a/img4_xx.webp`
|