Skip to content

Commit

Permalink
Major homepage revamp and minor credits change
Browse files Browse the repository at this point in the history
  • Loading branch information
MelonicOverlord authored Feb 10, 2024
1 parent 2ff0067 commit fd1ab74
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 3 deletions.
6 changes: 3 additions & 3 deletions credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ <h2>&gt; Creators</h2><br>

<h2>&gt; Site Creators</h2><br>
<p>
MelonicOverlord (MelonMan)
MelonicOverlord
</p>

&nbsp;

<h2>&gt; Site Contributors</h2><br>
<p>
GameHogPlays/Lukas-Batema (Lukas Batema), Solinus
Luni L. Moon, Solinus
</p>

&nbsp;
Expand All @@ -69,7 +69,7 @@ <h2>&gt; Fetchcord Contributors</h2><br>
&nbsp;

<p>
^ Contributed To Fetchcord But Your Name Isn't Above? DM MelonicOverlord#6655 Or BlivionlaG#4574 On Discord! ^
^ Contributed To Fetchcord But Your Name Isn't Above? DM gentoo.linux (MelonicOverlord) Or blivioniag On Discord! ^
</p>
</div>
</body></html>
79 changes: 79 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,82 @@ <h2 style="font-size: 20px; color: #FFFFFF">Displayed In a Discord Rich Presence
</div>

</body></html>
<div class="textbg">
<br>
<h1>A FetchCord Remaster is currently in progress!</h1>
&nbsp;
<h2>
Features
</h2>
<ul>
<li>Distribution detection</li>

<li>Distribution Version</li>

<li>Package detection</li>

<li>Kernel Detection</li>

<li>Uptime</li>

<li>Detecting Window Manager/Desktop Environment</li>

<li>Detecting GPU/CPU and display it in a cycle (thanks to Hyper-KVM)</li>

<li>Flatpak support</li>

<li>Add Snap support</li>

<li>Add Windows support.</li>

<li>Detect Window Manager/Desktop Environment version</li>

<li>Periodic polling of info such as package count, RAM usage, etc.</li>

<li>SystemD Autostart Service</li>
</ul>
&nbsp;
<h2>
To-Do
</h2>
<ul>
<li>Add more distributions (If your distro is not supported open an issue or visit our Discord)</li>

<li>Add support for desktop icon use (this can already be set up manually if wanted!)</li>

<li>More CPUs, GPUs and Mobos etc. including much more recent and much older hardware</li>

<li>OpenRC/Windows/MacOS Autostart Service?</li>
</ul>
&nbsp;
<h2>
Arguments
</h2>
<ul>
<li>--nodistro, Don't show distro info.</li>

<li>--nohardware, Don't show hardware info.</li>

<li>--noshell, Don't show shell/terminal info.</li>

<li>--nohost, Don't show host info.</li>

<li>--time, -t, set custom duration for cycles in seconds.</li>

<li>--terminal, set custom terminal (useful if using a script or dmenu).</li>

<li>--termfont, set custom terminal font (useful if neofetch can't get it).</li>

<li>--pause-cycle, Extra cycle that pauses FetchCord to show other activities.</li>

<li>--update, Update database of distros, hardware, etc.</li>

<li>--debug, For debug logs.</li>

<li>--memtype, use GB or MB to show RAM.</li>

<li>-h or --help, shows this information above.</li>
</ul>

</div>
</body></html>
8 changes: 8 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ p {
text-shadow: 0px -2px 0px rgba(0, 0, 0, 0.25);
}

li {
font-family: 'Roboto';
font-weight: 400;
font-style: normal;
font-size: 18px;
color:#ACB0B9;
text-shadow: 0px -2px 0px rgba(0, 0, 0, 0.25);
}
/*End of font styles*/

body{
Expand Down

0 comments on commit fd1ab74

Please sign in to comment.