summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-06-17 23:15:35 +0200
committerRaindropsSys <contact@minteck.org>2023-06-17 23:15:35 +0200
commitb866a05ca2e3be0e6d379e68ec8a0ba6064a5248 (patch)
treea94345a4d83af4a3e79376e16412edb2b3448f7d
parentfd73b730361fafeaf1884ef65f9bc8fa0358785f (diff)
downloadkirinos-b866a05ca2e3be0e6d379e68ec8a0ba6064a5248.tar.gz
kirinos-b866a05ca2e3be0e6d379e68ec8a0ba6064a5248.tar.bz2
kirinos-b866a05ca2e3be0e6d379e68ec8a0ba6064a5248.zip
Updated 3 files and added 4 files (automated)
-rw-r--r--.idea/webServers.xml14
-rw-r--r--Icon 0
-rw-r--r--ROADMAP.md51
-rw-r--r--core/index.html6
-rw-r--r--init.sh2
-rw-r--r--logo.pngbin0 -> 8317 bytes
-rw-r--r--logo.svg25
7 files changed, 72 insertions, 26 deletions
diff --git a/.idea/webServers.xml b/.idea/webServers.xml
new file mode 100644
index 0000000..2d15943
--- /dev/null
+++ b/.idea/webServers.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="WebServers">
+ <option name="servers">
+ <webServer id="b424e548-86a6-4d13-ab1d-67987f94e89e" name="mangoOS">
+ <fileTransfer accessType="SFTP" host="192.168.1.43" port="22" sshConfigId="a8c399df-606b-48fd-a030-6b9d040f6c38" sshConfig="root@192.168.1.43:22 password">
+ <advancedOptions>
+ <advancedOptions dataProtectionLevel="Private" keepAliveTimeout="0" passiveMode="true" shareSSLContext="true" />
+ </advancedOptions>
+ </fileTransfer>
+ </webServer>
+ </option>
+ </component>
+</project> \ No newline at end of file
diff --git a/Icon b/Icon
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Icon
diff --git a/ROADMAP.md b/ROADMAP.md
index 51eae69..d7032ff 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -1,7 +1,7 @@
# mangoOS 1.0 Roadmap
-* [ ] Startup screen
-* [ ] Login screen
+* [ ] Startup screen **- Raindrops**
+* [ ] Login screen **- Raindrops**
* [ ] Desktop
* [ ] Window manager
* [ ] Application menu
@@ -27,7 +27,7 @@
* [ ] Storage
* [ ] Startup Options
* [ ] Region and Time
- * [ ] Appearance
+ * [ ] Appearance **- Meadowsys**
* [ ] Apps and Permissions
* [ ] Screens
* [ ] Power
@@ -43,27 +43,30 @@
* [ ] Visual Studio Code
* [ ] Discord
* [ ] Gmail
-* [ ] mangoOS SDK
- * [ ] Window management
- * [ ] Notifications
- * [ ] Permissions
- * [ ] Miscellaneous Utilities
- * [ ] (Self) process management
- * [ ] Triggers
- * [ ] Network API
- * [ ] Screen API
- * [ ] Input API
- * [ ] Session API
- * [ ] Disks API
- * [ ] Startup API
- * [ ] Files API
- * [ ] System API
- * [ ] Subprocess API
- * [ ] Cryptography API
- * [ ] DNS Resolver API
- * [ ] Profiling API
- * [ ] Compression API
- * [ ] Automation API
+* [ ] mangoOS SDK **- Meadowsys**
+ * [ ] Window management **- Meadowsys**
+ * [ ] Notifications **- Meadowsys**
+ * [ ] Permissions **- Meadowsys**
+ * [ ] Miscellaneous Utilities **- Meadowsys**
+ * [ ] (Self) process management **- Meadowsys**
+ * [ ] Triggers **- Meadowsys**
+ * [ ] Network API **- Meadowsys**
+ * [ ] Screen API **- Meadowsys**
+ * [ ] Input API **- Meadowsys**
+ * [ ] Session API **- Meadowsys**
+ * [ ] Disks API **- Meadowsys**
+ * [ ] Startup API **- Meadowsys**
+ * [ ] Files API **- Meadowsys**
+ * [ ] System API **- Meadowsys**
+ * [ ] Subprocess API **- Meadowsys**
+ * [ ] Cryptography API **- Meadowsys**
+ * [ ] DNS Resolver API **- Meadowsys**
+ * [ ] Profiling API **- Meadowsys**
+ * [ ] Compression API **- Meadowsys**
+ * [ ] Automation API **- Meadowsys**
+* [ ] Helper libraries **- Raindrops**
+ * [ ] `libmangoaudio` **- Raindrops**
+ * *More if needed*
* [ ] System apps
* [ ] Calculator
* [ ] System Monitor
diff --git a/core/index.html b/core/index.html
index 4ae7e31..4751dc6 100644
--- a/core/index.html
+++ b/core/index.html
@@ -5,12 +5,14 @@
<title>mangoos</title>
<style>
html, body {
- background-color: white;
+ background-color: black;
+ color: white;
}
</style>
</head>
<body>
<h1>Vapor is cute</h1>
- <p>UwU</p>
+ <p>UwU<br>(Lyra is too)</p>
+ <p>Cloudburst saw this eep (I broke everything because of her, so not cute)</p>
</body>
</html> \ No newline at end of file
diff --git a/init.sh b/init.sh
index 1b5fc13..4600382 100644
--- a/init.sh
+++ b/init.sh
@@ -1,5 +1,7 @@
#!/bin/bash
cd /mango
chmod -R +x *
+xset -dpms
+xset s off
./node_modules/electron/dist/electron --no-sandbox main.js
xterm \ No newline at end of file
diff --git a/logo.png b/logo.png
new file mode 100644
index 0000000..e6198c1
--- /dev/null
+++ b/logo.png
Binary files differ
diff --git a/logo.svg b/logo.svg
new file mode 100644
index 0000000..4353290
--- /dev/null
+++ b/logo.svg
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ viewBox="0 0 128 128" style="enable-background:new 0 0 128 128;" xml:space="preserve">
+<style type="text/css">
+ .st0{fill:#C2620E;}
+ .st1{fill:url(#SVGID_1_);}
+
+ .st2{opacity:0.25;fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;enable-background:new ;}
+ .st3{opacity:0.25;enable-background:new ;}
+</style>
+<path class="st0" d="M88.9,27.5c-1.5,0-2.7-1.2-2.7-2.7c0-9.8,6.9-13.3,13.3-13.3c1.5,0,2.7,1.2,2.7,2.7s-1.2,2.7-2.7,2.7
+ c-3.7,0-8,1.4-8,8C91.6,26.3,90.4,27.5,88.9,27.5z"/>
+<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-212.0208" y1="152.1573" x2="-265.7299" y2="205.8673" gradientTransform="matrix(2.6667 0 0 2.6667 659.1362 -377.0412)">
+ <stop offset="0" style="stop-color:#FED100"/>
+ <stop offset="1" style="stop-color:#E38101"/>
+</linearGradient>
+<path class="st1" d="M37.3,25c15.3-14.9,42.3-14.6,59.1,1.9s17.2,42.9-17.2,76.5c-11.4,11.2-38.2,26.1-53.4,11.2
+ c-7.3-7.2-10.1-23-8.5-40C19,56.1,25.8,36.3,37.3,25z"/>
+<path class="st2" d="M35.1,81.7c0,0,7.7,23.1,29.6,11.7"/>
+<path class="st3" d="M48.1,52.7L48.1,52.7c-1.4-0.6-2-2.1-1.5-3.5L53.2,33c0.6-1.4,2.1-2,3.5-1.5l0,0c1.4,0.6,2,2.1,1.5,3.5
+ l-6.6,16.3C51,52.6,49.4,53.3,48.1,52.7z"/>
+<path class="st3" d="M75.4,63.8L75.4,63.8c-1.4-0.6-2-2.1-1.5-3.5L80.5,44c0.6-1.4,2.1-2,3.5-1.5l0,0c1.4,0.6,2,2.1,1.5,3.5
+ l-6.6,16.3C78.3,63.7,76.7,64.3,75.4,63.8z"/>
+</svg>