-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmini.jsonc
More file actions
60 lines (60 loc) · 1.9 KB
/
Copy pathmini.jsonc
File metadata and controls
60 lines (60 loc) · 1.9 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
{
"logo": {
"type": "auto",
"source": "$( ls $HOME/.config/fastfetch/png/* | shuf -n 1)",
"height": 10
},
"display": {
"separator": " "
},
"modules": [
"break",
{
"type": "title",
"key": " ",
"format": "{#34}╭───────────··· {host-name}'s PC ···───────────",
"keyColor": "blue"
},
{
"type": "os",
"key": "│{#34} {icon} OS {#keys}",
"format": "{#38}{name}{#keys} {#34}",
"keyColor": "blue"
},
{
"type": "title",
"key": "│ {#34} user {#keys}{#34}",
"format": "{#38}{host-name}{#keys} {#34}",
"keyColor": "blue"
},
{
"type": "kernel",
"key": "│ {#34} kernel {#keys}{#34}",
"format": "{#38}{sysname} {release}{#keys} {#34}",
"keyColor": "blue"
},
{
"type": "uptime",
"key": "│ {#34} uptime {#keys}{#34}",
"format": "{#38}{formatted} {#keys}{#34} ",
"keyColor": "blue"
},
{
"type": "packages",
"key": "│ {#34} pakgs {#keys}{#34}",
"format": "{#38}{flatpak-all}(flatpak), {pacman}(Pacman) {#keys} {#34}",
"keyColor": "blue"
},
{
"type": "memory",
"key": "│ {#34} mem {#keys}{#34}",
"format": "{#38}{used} / {total}{#keys} {#34}",
"keyColor": "blue"
},
{
"type": "custom",
"key": "╰────────────────────────────────────────",
"keyColor": "blue"
}
]
}