|
17 | 17 | }, |
18 | 18 | { |
19 | 19 | // draw borders first to make colors of left and right border consistant |
20 | | - "key": "│ │\u001b[11D\u001b[31m user", |
| 20 | + "key": "│ │\u001b[11D{#31} user", |
21 | 21 | "type": "title", |
22 | 22 | "format": "{1}" |
23 | 23 | }, |
24 | 24 | { |
25 | | - "key": "│ │\u001b[11D\u001b[32m hname", |
| 25 | + "key": "│ │\u001b[11D{#32} hname", |
26 | 26 | "type": "title", |
27 | 27 | "format": "{2}" |
28 | 28 | }, |
29 | 29 | { |
30 | | - "key": "│ │\u001b[11D\u001b[33m uptime", |
| 30 | + "key": "│ │\u001b[11D{#33} uptime", |
31 | 31 | "type": "uptime" |
32 | 32 | }, |
33 | 33 | { |
34 | | - "key": "│ │\u001b[11D\u001b[34m distro", |
| 34 | + "key": "│ │\u001b[11D{#34} distro", |
35 | 35 | "type": "os" |
36 | 36 | }, |
37 | 37 | { |
38 | | - "key": "│ │\u001b[11D\u001b[35m kernel", |
| 38 | + "key": "│ │\u001b[11D{#35} kernel", |
39 | 39 | "type": "kernel" |
40 | 40 | }, |
41 | 41 | { |
42 | | - "key": "│ │\u001b[11D\u001b[36m desktop", |
| 42 | + "key": "│ │\u001b[11D{#36} desktop", |
43 | 43 | "type": "de" |
44 | 44 | }, |
45 | 45 | { |
46 | | - "key": "│ │\u001b[11D\u001b[31m term", |
| 46 | + "key": "│ │\u001b[11D{#31} term", |
47 | 47 | "type": "terminal" |
48 | 48 | }, |
49 | 49 | { |
50 | | - "key": "│ │\u001b[11D\u001b[32m shell", |
| 50 | + "key": "│ │\u001b[11D{#32} shell", |
51 | 51 | "type": "shell" |
52 | 52 | }, |
53 | 53 | { |
54 | | - "key": "│ │\u001b[11D\u001b[33m cpu", |
55 | | - "type": "cpu" |
| 54 | + "key": "│ │\u001b[11D{#33} cpu", |
| 55 | + "type": "cpu", |
| 56 | + "showPeCoreCount": true |
56 | 57 | }, |
57 | 58 | { |
58 | | - "key": "│ │\u001b[11D\u001b[34m disk", |
| 59 | + "key": "│ │\u001b[11D{#34} disk", |
59 | 60 | "type": "disk", |
60 | 61 | "folders": "/" |
61 | 62 | }, |
62 | 63 | { |
63 | | - "key": "│ │\u001b[11D\u001b[35m memory", |
| 64 | + "key": "│ │\u001b[11D{#35} memory", |
64 | 65 | "type": "memory" |
65 | 66 | }, |
66 | 67 | { |
67 | | - "key": "│ │\u001b[11D\u001b[36m network", |
| 68 | + "key": "│ │\u001b[11D{#36} network", |
68 | 69 | "type": "localip", |
69 | 70 | "format": "{1} ({4})" |
70 | 71 | }, |
|
73 | 74 | "type": "custom" |
74 | 75 | }, |
75 | 76 | { |
76 | | - "key": "│ │\u001b[11D\u001b[m colors", |
| 77 | + "key": "│ │\u001b[11D{#39} colors", |
77 | 78 | "type": "colors", |
78 | 79 | "symbol": "circle" |
79 | 80 | }, |
|
0 commit comments