blob: 761b1165df878db6d5c1815e0f2ec3b8a2206bac (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>my shit</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1 class="header">my shit</h1>
<h2 class="notheader">everything i use is here, including <b>FONT</b>, background, scripts, etc</h2>
<div class="center">
<h3>my current setup:</h2>
<img class="desktop" src="https://cdn.discordapp.com/attachments/917977729322872853/986582682618183700/unknown.png?size=4096" alt="its my motherfucking desktop, you mf with yo slow ass internet">
<img class="desktop" src="https://cdn.discordapp.com/attachments/917977729322872853/986589302517547008/unknown.png?size=4096" alt="its my motherfucking desktop, you mf with yo slow ass internet">
<br>
<br>
<br>
<br>
<br>
<!-- open the file "among.html" in the same folder-->
<a class="font" href="https://exhq.github.io/myshit/font/">if you just want the font, click here</a>
<br>
<br>
<br>
<br>
<br>
<a class="link" href="https://cdn.discordapp.com/attachments/917977729322872853/986591695728685076/kitty.conf"> kitty config </a>
<br>
<br>
<a class="link" href="https://cdn.discordapp.com/attachments/917977729322872853/986591695544139826/colors.conf"> kitty config (colors) </a>
<br>
<br>
<a class="link" href="https://marketplace.visualstudio.com/items?itemName=ftsamoyed.theme-pink-cat-boo">vsc theme</a>
<br>
<br>
<a class="link" href="https://github.com/adi1090x/polybar-themes">polybar theme: blocks</a>
<br>
<br>
<a class="link" href="https://cdn.discordapp.com/attachments/917977729322872853/986594242606559242/weebshit1.jpg">background</a>
<br>
<br>
<a class="link" href="https://cdn.discordapp.com/attachments/917977729322872853/986594601961939034/config.conf">picom config</a>
<br>
<br>
<a class="link" href="https://cdn.discordapp.com/attachments/917977729322872853/986596434084257812/configPB">i3 config</a>
</div>
</body>
</html>
|