-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
config.json
104 lines (104 loc) · 2.05 KB
/
config.json
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
{
"allow_overriding": true,
"parallel_loading": true,
"suppress_warnings": false,
"entries_color": "",
"honor_ansi_color": true,
"logo_style": "",
"entries_icon": false,
"entries": [
{ "type": "User" },
{ "type": "Hostname" },
{ "type": "Model" },
{ "type": "Distro" },
{
"type": "Kernel",
"check_version": false
},
{ "type": "Uptime" },
{
"type": "LoadAverage",
"decimal_places": 2,
"warning_threshold": 1.0,
"danger_threshold": 2.0
},
{ "type": "Processes" },
{ "type": "WindowManager" },
{ "type": "DesktopEnvironment" },
{ "type": "Shell" },
{
"type": "Terminal",
"use_unicode": true
},
{
"type": "Packages",
"combine_total": false,
"one_line": true,
"show_zeros": false
},
{
"type": "Temperature",
"char_before_unit": " ",
"sensors_chipsets": [],
"sensors_excluded_subfeatures": [],
"use_fahrenheit": false
},
{
"type": "CPU",
"one_line": false,
"show_cores": true
},
{
"type": "GPU",
"one_line": false,
"max_count": 2
},
{
"type": "RAM",
"warning_use_percent": 33.3,
"danger_use_percent": 66.7
},
{
"type": "Disk",
"show_filesystems": ["local"],
"combine_total": true,
"disk_labels": null,
"hide_entry_name": null,
"warning_use_percent": 50,
"danger_use_percent": 75
},
{
"type": "LAN_IP",
"one_line": true,
"max_count": 2,
"show_global": false,
"show_link_local": true,
"ipv6_support": true
},
{
"type": "WAN_IP",
"one_line": true,
"ipv4": {
"dns_query": "myip.opendns.com",
"dns_resolver": "resolver1.opendns.com",
"dns_timeout": 1,
"http_url": "https://v4.ident.me/",
"http_timeout": 1
},
"ipv6": {
"dns_query": "myip.opendns.com",
"dns_resolver": "resolver1.opendns.com",
"dns_timeout": 1,
"http_url": "https://v6.ident.me/",
"http_timeout": 1
}
}
],
"default_strings": {
"latest": "latest",
"available": "available",
"no_address": "No Address",
"not_detected": "Not detected",
"virtual_environment": "Virtual Environment"
}
}