diff --git a/Applications.cfg b/Applications.cfg index d434266d..65697746 100644 --- a/Applications.cfg +++ b/Applications.cfg @@ -29,7 +29,7 @@ path="/MineOS/Pictures/Catniss.pic", url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/MineOS/Wallpapers/Catniss.pic", type="Wallpaper", - version=1.0, + version=1.01, }, { path="/MineOS/Pictures/Nocturnal.pic", @@ -44,20 +44,20 @@ version=1.01, }, { - path="/MineOS/Pictures/AhsokaTanoHiRes.pic", - url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/MineOS/Wallpapers/AhsokaTanoHiRes.pic", + path="/MineOS/Pictures/AhsokaTano.pic", + url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/MineOS/Wallpapers/AhsokaTano.pic", type="Wallpaper", - version=1.0, + version=1.01, }, { path="/MineOS/Pictures/Girl.pic", url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/MineOS/Wallpapers/Girl.pic", type="Wallpaper", - version=1.0, + version=1.01, }, { - path="/MineOS/Pictures/TemplarAssassin.pic", - url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/MineOS/Wallpapers/TemplarAssassin.pic", + path="/MineOS/Pictures/Space.pic", + url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/MineOS/Wallpapers/Space.pic", type="Wallpaper", version=1.0, }, diff --git a/Installer/Installer.lua b/Installer/Installer.lua index fcbc18c9..83d514c8 100644 --- a/Installer/Installer.lua +++ b/Installer/Installer.lua @@ -295,7 +295,7 @@ stages[5] = function() stageContainer:addChild(GUI.label(1, 22, stageContainer.width, 1, 0x666666, localization.needToReboot)):setAlignment(GUI.alignment.horizontal.center, GUI.alignment.vertical.top) stageContainer:addChild(GUI.adaptiveRoundedButton(math.floor(stageContainer.width / 2 - (unicode.len(localization.reboot) + 4) / 2), stageContainer.height - 4, 2, 1, 0xAAAAAA, 0xDDDDDD, 0x777777, 0xDDDDDD, localization.reboot)).onTouch = function() - OSSettings.wallpaper = stageContainer.downloadWallpapersSwitch.state and "/MineOS/Pictures/Ciri.pic" or nil + OSSettings.wallpaper = stageContainer.downloadWallpapersSwitch.state and "/MineOS/Pictures/Space.pic" or nil OSSettings.screensaver = "Matrix" OSSettings.screensaverDelay = 20 OSSettings.showHelpOnApplicationStart = stageContainer.showApplicationsHelpSwitch.state diff --git a/MineOS/Wallpapers/AhsokaTano.pic b/MineOS/Wallpapers/AhsokaTano.pic new file mode 100644 index 00000000..ed942c48 Binary files /dev/null and b/MineOS/Wallpapers/AhsokaTano.pic differ diff --git a/MineOS/Wallpapers/AhsokaTanoHiRes.pic b/MineOS/Wallpapers/AhsokaTanoHiRes.pic deleted file mode 100644 index bc4ba77f..00000000 Binary files a/MineOS/Wallpapers/AhsokaTanoHiRes.pic and /dev/null differ diff --git a/MineOS/Wallpapers/Catniss.pic b/MineOS/Wallpapers/Catniss.pic index a1e2c423..bb0c4024 100644 Binary files a/MineOS/Wallpapers/Catniss.pic and b/MineOS/Wallpapers/Catniss.pic differ diff --git a/MineOS/Wallpapers/Girl.pic b/MineOS/Wallpapers/Girl.pic index 334b9a2d..a8bcf38f 100644 Binary files a/MineOS/Wallpapers/Girl.pic and b/MineOS/Wallpapers/Girl.pic differ diff --git a/MineOS/Wallpapers/Space.pic b/MineOS/Wallpapers/Space.pic new file mode 100644 index 00000000..c2a53e53 Binary files /dev/null and b/MineOS/Wallpapers/Space.pic differ