|
3 | 3 | "logo": { |
4 | 4 | "type": "small", |
5 | 5 | "padding": { |
6 | | - "top": 1 |
| 6 | + "top": 1, |
| 7 | + "right": 2 |
7 | 8 | } |
8 | 9 | }, |
9 | 10 | "display": { |
|
14 | 15 | }, |
15 | 16 | "modules": [ |
16 | 17 | { |
17 | | - "format": "{#1}{#keys}╭──────────────────────────────────────────────────────────────────────╮\u001b[71D {6}{7}{8} 🖥 ", |
| 18 | + "format": "{#1}{#keys}╭───────────────────────────────────────────────────────────────────────────╮\u001b[76D {6}{7}{8} 🖥 ", |
18 | 19 | "type": "title" |
19 | 20 | }, |
20 | 21 | { |
21 | | - "key": "│\u001b[70C│\u001b[70D{#31} kernel ", |
| 22 | + "key": "│\u001b[75C│\u001b[75D{#31} kernel ", |
22 | 23 | "type": "kernel" |
23 | 24 | }, |
24 | 25 | { |
25 | | - "key": "│\u001b[70C│\u001b[70D{#32} uptime ", |
| 26 | + "key": "│\u001b[75C│\u001b[75D{#32} uptime ", |
26 | 27 | "type": "uptime" |
27 | 28 | }, |
28 | 29 | { |
29 | | - "key": "│\u001b[70C│\u001b[70D{#33} distro ", |
| 30 | + "key": "│\u001b[75C│\u001b[75D{#33} distro ", |
30 | 31 | "type": "os" |
31 | 32 | }, |
32 | 33 | { |
33 | | - "key": "│\u001b[70C│\u001b[70D{#34} desktop ", |
| 34 | + "key": "│\u001b[75C│\u001b[75D{#34} desktop ", |
34 | 35 | "type": "de" |
35 | 36 | }, |
36 | 37 | { |
37 | | - "key": "│\u001b[70C│\u001b[70D{#35} term ", |
| 38 | + "key": "│\u001b[75C│\u001b[75D{#35} term ", |
38 | 39 | "type": "terminal" |
39 | 40 | }, |
40 | 41 | { |
41 | | - "key": "│\u001b[70C│\u001b[70D{#36} shell ", |
| 42 | + "key": "│\u001b[75C│\u001b[75D{#36} shell ", |
42 | 43 | "type": "shell" |
43 | 44 | }, |
44 | 45 | { |
45 | | - "key": "│\u001b[70C│\u001b[70D{#35} cpu ", |
| 46 | + "key": "│\u001b[75C│\u001b[75D{#35} cpu ", |
46 | 47 | "type": "cpu", |
47 | 48 | "showPeCoreCount": true, |
48 | 49 | "temp": true |
49 | 50 | }, |
50 | 51 | { |
51 | | - "key": "│\u001b[70C│\u001b[70D{#34} gpu ", |
| 52 | + "key": "│\u001b[75C│\u001b[75D{#34} gpu ", |
52 | 53 | "type": "gpu" |
53 | 54 | }, |
54 | 55 | { |
55 | | - "key": "│\u001b[70C│\u001b[70D{#33} disk ", |
| 56 | + "key": "│\u001b[75C│\u001b[75D{#33} disk ", |
56 | 57 | "type": "disk", |
57 | 58 | "folders": "/" |
58 | 59 | }, |
59 | 60 | { |
60 | | - "key": "│\u001b[70C│\u001b[70D{#32} memory ", |
| 61 | + "key": "│\u001b[75C│\u001b[75D{#32} memory ", |
61 | 62 | "type": "memory" |
62 | 63 | }, |
63 | 64 | { |
64 | | - "key": "│\u001b[70C│\u001b[70D{#31} network ", |
| 65 | + "key": "│\u001b[75C│\u001b[75D{#31} network ", |
65 | 66 | "type": "localip", |
66 | 67 | "format": "{1} ({4})" |
67 | 68 | }, |
68 | 69 | { |
69 | | - "format": "{#1}{#keys}├──────────────────────────────────────────────────────────────────────┤", |
| 70 | + "format": "{#1}{#keys}├───────────────────────────────────────────────────────────────────────────┤", |
70 | 71 | "type": "custom" |
71 | 72 | }, |
72 | 73 | { |
73 | | - "key": "│\u001b[70C│\u001b[70D{#39} colors ", |
| 74 | + "key": "│\u001b[75C│\u001b[75D{#39} colors ", |
74 | 75 | "type": "colors", |
75 | 76 | "symbol": "circle" |
76 | 77 | }, |
77 | 78 | { |
78 | | - "format": "{#1}{#keys}╰──────────────────────────────────────────────────────────────────────╯", |
| 79 | + "format": "{#1}{#keys}╰───────────────────────────────────────────────────────────────────────────╯", |
79 | 80 | "type": "custom" |
80 | 81 | } |
81 | 82 | ] |
|
0 commit comments