-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
152 lines (117 loc) · 4.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<html lang="en"><head>
<title>FetchCord</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta content="content-type" type="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.00, user-scalable=false;">
<link type="text/css" rel="stylesheet" href="styles.css">
<script type="text/javascript" src="script.js"></script>
<link rel="icon" href="favicon.ico">
</head>
<body>
<div class="navbar">
<div class="navbuttons">
<div class="on"> <a href="index.html">Home</a> </div>
<div class="vl"></div>
<a href="about.html">About</a>
<div class="vl"></div>
<a href="credits.html">Credits</a>
<div class="vl"></div>
<a href="discord.html">Discord</a>
</div>
<div class="dropdown">
<button class="dropbtn">Installation v</button>
<div class="dropdown-content">
<a href="linux.html">Linux</a>
<a href="macos.html">MacOS</a>
<a href="windows.html">Windows</a>
</div>
</div>
</div><header class="header">
<div class="logo">
<img alt="Homepage Header" src="fetchcord.png" style="height: 151px;">
</div>
<div class="headertxt">
<h1>FetchCord</h1>
<h2 style="font-size: 20px; color: #FFFFFF">Hardware and OS Information</h2>
<h2 style="font-size: 20px; color: #FFFFFF">Displayed In a Discord Rich Presence</h2>
</div>
</header>
<div class="gallery">
<div class="galleryitem">
<a target="_blank" href="windowsfetchcord.png">
<img src="windowsfetchcord.png" alt="help" style="width:85%">
</a>
<div class="desc">Operating System</div>
</div>
<div class="galleryitem">
<a target="_blank" href="intelcpu.png">
<img src="intelcpu.png" alt="help" style="width:85%">
</a>
<div class="desc">Hardware</div>
</div>
<div class="galleryitem">
<a target="_blank" href="tuf.png">
<img src="tuf.png" alt="help" style="width:85%">
</a>
<div class="desc">Motherboard</div>
</div>
<div class="galleryitem">
<a target="_blank" href="gnometerm.png">
<img src="gnometerm.png" alt="help" style="width:85%">
</a>
<div class="desc">Terminal</div>
</div>
</div>
</body></html>
<div class="textbg">
<br>
<h1>A FetchCord Remaster is currently in progress!</h1>
<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>
<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>
<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>