aboutsummaryrefslogtreecommitdiffstats
path: root/config/fastfetch/config-v2.jsonc
blob: 59509fe7a0c0121c4a3864f2f3d5fd1fb197cd4a (plain) (blame)
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
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */

{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
  //"source": "~/.config/fastfetch/nixos.png",
  //"type": "kitty-direct",
  "height": 15,
  "width": 30,
  "padding": {
    "top": 1
    }
  },
"display": {
  "separator": " ➜  "
},

"modules": [
  "break",
  {
    "type": "os",
    "key": " DISTRO",
    "keyColor": "31",
  },
  {
    "type": "kernel",
    "key": " ├  ",
    "keyColor": "31",
  },
  {
    "type": "packages",
    "key": " ├ 󰏖 ",
    "keyColor": "31",
  },
  {
    "type": "shell",
    "key": " └  ",
    "keyColor": "31",
  },
  "break",
  {
    "type": "wm",
    "key": " DE/WM",
    "keyColor": "32",
  },
  {
    "type": "wmtheme",
    "key": " ├ 󰉼 ",
    "keyColor": "32",
  },
  {
    "type": "icons",
    "key": " ├ 󰀻 ",
    "keyColor": "32",
  },
  {
    "type": "cursor",
    "key": " ├  ",
    "keyColor": "32",
  },
  {
    "type": "terminal",
    "key": " ├  ",
    "keyColor": "32",
  },
  {
    "type": "terminalfont",
    "key": " └  ",
    "keyColor": "32",
  },
  "break",
  {
    "type": "host",
    "format": "{2}",
    "key": "󰌢 SYSTEM",
    "keyColor": "33",
  },
  {
    "type": "cpu",
    "format": "{1} ({3}) @ {7} GHz",
    "key": " ├  ",
    "keyColor": "33",
  },
  {
    "type": "gpu",
    "format": "{2}",
    "key": " ├ 󰢮 ",
    "keyColor": "33",
  },
  {
    "type": "memory",
    "key": " ├  ",
    "keyColor": "33",
  },
  {
    "type": "swap",
    "key": " ├ 󰓡 ",
    "keyColor": "33",
  },
  {
    "type": "disk",
    "key": " ├ 󰋊 ",
    "keyColor": "33",
  },
  {
    "type": "display",
    "key": " └  ",
    "compactType": "original-with-refresh-rate",
    "keyColor": "33",
  },
  "break",
  "break",
]
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage