wallpaper

This commit is contained in:
Nishi 2025-11-19 00:02:56 +09:00
commit 6381da6552
Signed by: nishi
GPG key ID: 27EF69B208EB9343
2 changed files with 10 additions and 0 deletions

View file

@ -9,8 +9,18 @@ file(
icons/*.png
)
file(
GLOB
WALLPAPERS
wallpapers/*.png
)
include(GNUInstallDirs)
install(
FILES ${ICONS}
DESTINATION ${CMAKE_INSTALL_DATADIR}/mde/icons
)
install(
FILES ${WALLPAPERS}
DESTINATION ${CMAKE_INSTALL_DATADIR}/mde/wallpapers
)

BIN
wallpapers/blue.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB