aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/meson.build
blob: 8c4a60ec6f0e5e7e5ecbe847d7ecc429f12dec97 (plain)
1
2
3
4
5
6
7
wallpapers = ['0', '1', '2']

foreach type : wallpapers
  install_data(f'wall@type@.png', install_dir: join_paths(get_option('datadir'), 'hyprland'), install_tag: 'runtime')
endforeach

install_data('hyprland-portals.conf', install_dir: join_paths(get_option('datadir'), 'xdg-desktop-portal'), install_tag: 'runtime')