mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 16:05:58 +01:00
7 lines
318 B
Meson
7 lines
318 B
Meson
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')
|