mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 13:25:58 +01:00
2ea7d10d04
* Previous changes forgot to update meson with the new wallpapers.70dae78c1b
9bad2a8180
Signed-off-by: Alfred Wingate <parona@protonmail.com>
7 lines
255 B
Meson
7 lines
255 B
Meson
wallpaper_types = ['', 'anime_', 'anime2_']
|
|
|
|
foreach type : wallpaper_types
|
|
foreach size : [2, 4, 8]
|
|
install_data(f'wall_@type@@size@K.png', install_dir: join_paths(get_option('datadir'), 'hyprland'), install_tag: 'runtime')
|
|
endforeach
|
|
endforeach
|