-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
111 lines (111 loc) · 2.14 KB
/
config.json
File metadata and controls
111 lines (111 loc) · 2.14 KB
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
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"padding": {
"top": 2,
"left": 2
}
},
"display": {
"separator": " "
},
"modules": [
"break",
{
"type": "title",
"format": "{6}{7}{8}"
},
"break",
{
"key": "╭───────────╮",
"type": "custom"
},
{
"key": "│ {#31} Machine {#keys}│",
"type": "host",
"format": "{1}"
},
{
"key": "│ {#34}{icon} Distro {#keys}│",
"type": "os",
"format": "{2} {8}Btw"
},
{
"key": "│ {#34} Kernel {#keys}│",
"type": "kernel"
},
{
"key": "│ {#34} OS Age {#keys}│",
"type": "command",
"text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
},
{
"key": "│ {#36} WM {#keys}│",
"type": "wm"
},
{
"key": "│ {#33} Uptime {#keys}│",
"type": "uptime"
},
{
"key": "│ {#33} Pkgs {#keys}│",
"type": "packages"
},
{
"key": "│ {#32} Shell {#keys}│",
"type": "shell"
},
{
"key": "│ {#32} Term {#keys}│",
"type": "terminal"
},
{
"key": "│ {#32} Font {#keys}│",
"type": "terminalfont"
},
{
"key": "│ {#31} Display {#keys}│",
"type": "display",
"format": "{1}x{2} {3}Hz [{6}]"
},
{
"key": "│ {#35} CPU {#keys}│",
"type": "cpu",
"format": "{1}"
},
{
"key": "│ {#35} GPU {#keys}│",
"type": "gpu",
"format": "{1} {2} [{6}]"
},
{
"key": "│ {#35} Memory {#keys}│",
"type": "memory"
},
{
"key": "│ {#34} Disk {#keys}│",
"type": "disk",
"folders": "/"
},
{
"key": "│ {#34} Disk {#keys}│",
"type": "disk",
"folders": "/home"
},
{
"key": "├───────────┤",
"type": "custom"
},
{
"key": "│ {#39} colors {#keys}│",
"type": "colors",
"symbol": "circle"
},
{
"key": "╰───────────╯",
"type": "custom"
},
"break",
"break"
]
}