Hyprland/assets/meson.build

8 lines
318 B
Meson
Raw Permalink Normal View History

2024-01-30 02:28:07 +03:00
wallpapers = ['0', '1', '2']
2022-06-14 15:32:27 +03:00
2024-01-30 02:28:07 +03:00
foreach type : wallpapers
install_data(f'wall@type@.png', install_dir: join_paths(get_option('datadir'), 'hyprland'), install_tag: 'runtime')
2022-06-14 15:32:27 +03:00
endforeach
install_data('hyprland-portals.conf', install_dir: join_paths(get_option('datadir'), 'xdg-desktop-portal'), install_tag: 'runtime')