reactos/modules/wallpapers/ReadMe.txt
Katayama Hirofumi MZ ac175b23b7
[WALLPAPERS] Retire using ugly filenames (#7716)
JIRA issue: CORE-19989
- Rename wallpapers filenames.
- Adapt CMakeLists.txt and
  ReadMe.txt to renaming.
2025-02-15 20:58:09 +09:00

25 lines
1.7 KiB
Text

Wallpapers
===========
|--------------------------------|-----------------------------------------------|--------------------------------------------------------|
|Filename | Author | Origin |
|--------------------------------|-----------------------------------------------|--------------------------------------------------------|
|"Angelus ReactOS Dark 4x3.jpg" | Forum user "Angelus" (jedi.knight@wanadoo.es) | https://reactos.org/forum/viewtopic.php?p=50543#p50543 |
|"Angelus ReactOS Dark 16x9.jpg" | Forum user "Angelus" (jedi.knight@wanadoo.es) | https://reactos.org/forum/viewtopic.php?p=50543#p50543 |
|"ReactOS Mizu.png" | Forum user "Foxlet" (foxlet@furcode.co) | https://jira.reactos.org/browse/CORE-15783 |
|"ReactOS Mizu 4x3.png" | Forum user "Foxlet" (foxlet@furcode.co) | https://jira.reactos.org/browse/CORE-15783 |
|"ReactOS Mizu 16x9 A.png" | Forum user "Foxlet" (foxlet@furcode.co) | https://jira.reactos.org/browse/CORE-15783 |
|"ReactOS Mizu 16x9 B.png" | Forum user "Foxlet" (foxlet@furcode.co) | https://jira.reactos.org/browse/CORE-15783 |
|--------------------------------|-----------------------------------------------|--------------------------------------------------------|
You can also download the other wallpapers from the "ReactOS Standard Wallpapers" package in the ReactOS Applications Manager.
To include the module in your build folder, run the configure script with the flags -DENABLE_WALLPAPERS=1
# For Windows users
configure.cmd -DENABLE_WALLPAPERS=1
# For UNIX users
./configure.sh -DENABLE_WALLPAPERS=1