Skip to content

Commit fd1ab74

Browse files
Major homepage revamp and minor credits change
1 parent 2ff0067 commit fd1ab74

File tree

3 files changed

+90
-3
lines changed

3 files changed

+90
-3
lines changed

credits.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ <h2>&gt; Creators</h2><br>
4848

4949
<h2>&gt; Site Creators</h2><br>
5050
<p>
51-
MelonicOverlord (MelonMan)
51+
MelonicOverlord
5252
</p>
5353

5454
&nbsp;
5555

5656
<h2>&gt; Site Contributors</h2><br>
5757
<p>
58-
GameHogPlays/Lukas-Batema (Lukas Batema), Solinus
58+
Luni L. Moon, Solinus
5959
</p>
6060

6161
&nbsp;
@@ -69,7 +69,7 @@ <h2>&gt; Fetchcord Contributors</h2><br>
6969
&nbsp;
7070

7171
<p>
72-
^ Contributed To Fetchcord But Your Name Isn't Above? DM MelonicOverlord#6655 Or BlivionlaG#4574 On Discord! ^
72+
^ Contributed To Fetchcord But Your Name Isn't Above? DM gentoo.linux (MelonicOverlord) Or blivioniag On Discord! ^
7373
</p>
7474
</div>
7575
</body></html>

index.html

+79
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,82 @@ <h2 style="font-size: 20px; color: #FFFFFF">Displayed In a Discord Rich Presence
7171
</div>
7272

7373
</body></html>
74+
<div class="textbg">
75+
<br>
76+
<h1>A FetchCord Remaster is currently in progress!</h1>
77+
&nbsp;
78+
<h2>
79+
Features
80+
</h2>
81+
<ul>
82+
<li>Distribution detection</li>
83+
84+
<li>Distribution Version</li>
85+
86+
<li>Package detection</li>
87+
88+
<li>Kernel Detection</li>
89+
90+
<li>Uptime</li>
91+
92+
<li>Detecting Window Manager/Desktop Environment</li>
93+
94+
<li>Detecting GPU/CPU and display it in a cycle (thanks to Hyper-KVM)</li>
95+
96+
<li>Flatpak support</li>
97+
98+
<li>Add Snap support</li>
99+
100+
<li>Add Windows support.</li>
101+
102+
<li>Detect Window Manager/Desktop Environment version</li>
103+
104+
<li>Periodic polling of info such as package count, RAM usage, etc.</li>
105+
106+
<li>SystemD Autostart Service</li>
107+
</ul>
108+
&nbsp;
109+
<h2>
110+
To-Do
111+
</h2>
112+
<ul>
113+
<li>Add more distributions (If your distro is not supported open an issue or visit our Discord)</li>
114+
115+
<li>Add support for desktop icon use (this can already be set up manually if wanted!)</li>
116+
117+
<li>More CPUs, GPUs and Mobos etc. including much more recent and much older hardware</li>
118+
119+
<li>OpenRC/Windows/MacOS Autostart Service?</li>
120+
</ul>
121+
&nbsp;
122+
<h2>
123+
Arguments
124+
</h2>
125+
<ul>
126+
<li>--nodistro, Don't show distro info.</li>
127+
128+
<li>--nohardware, Don't show hardware info.</li>
129+
130+
<li>--noshell, Don't show shell/terminal info.</li>
131+
132+
<li>--nohost, Don't show host info.</li>
133+
134+
<li>--time, -t, set custom duration for cycles in seconds.</li>
135+
136+
<li>--terminal, set custom terminal (useful if using a script or dmenu).</li>
137+
138+
<li>--termfont, set custom terminal font (useful if neofetch can't get it).</li>
139+
140+
<li>--pause-cycle, Extra cycle that pauses FetchCord to show other activities.</li>
141+
142+
<li>--update, Update database of distros, hardware, etc.</li>
143+
144+
<li>--debug, For debug logs.</li>
145+
146+
<li>--memtype, use GB or MB to show RAM.</li>
147+
148+
<li>-h or --help, shows this information above.</li>
149+
</ul>
150+
151+
</div>
152+
</body></html>

styles.css

+8
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ p {
3939
text-shadow: 0px -2px 0px rgba(0, 0, 0, 0.25);
4040
}
4141

42+
li {
43+
font-family: 'Roboto';
44+
font-weight: 400;
45+
font-style: normal;
46+
font-size: 18px;
47+
color:#ACB0B9;
48+
text-shadow: 0px -2px 0px rgba(0, 0, 0, 0.25);
49+
}
4250
/*End of font styles*/
4351

4452
body{

0 commit comments

Comments
 (0)