mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-11-09 17:36:07 +03:00
6 lines
213 B
Meson
6 lines
213 B
Meson
wallpapers = ['wall_2K.png', 'wall_4K.png', 'wall_8K.png']
|
|
|
|
foreach wallpaper : wallpapers
|
|
install_data(wallpapers, install_dir: join_paths(get_option('datadir'), 'hyprland'), install_tag: 'runtime')
|
|
endforeach
|