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