mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 09:45:58 +01:00
assets/meson.build: install new wallpapers
* Previous changes forgot to update meson with the new wallpapers.70dae78c1b
9bad2a8180
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
ef26f711c9
commit
2ea7d10d04
1 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
|||
wallpapers = ['wall_2K.png', 'wall_4K.png', 'wall_8K.png']
|
||||
wallpaper_types = ['', 'anime_', 'anime2_']
|
||||
|
||||
foreach wallpaper : wallpapers
|
||||
install_data(wallpapers, install_dir: join_paths(get_option('datadir'), 'hyprland'), install_tag: 'runtime')
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue