1
0
Fork 0
mirror of https://github.com/hyprwm/Hyprland synced 2025-01-12 20:49:49 +01:00
Hyprland/assets/meson.build

6 lines
213 B
Meson
Raw Normal View History

2022-06-14 14:32:27 +02:00
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