File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 4
4
{
5
5
"type" : " title" ,
6
6
"key" : " User" ,
7
- "format" : " {1 }"
7
+ "format" : " {user-name }"
8
8
},
9
9
{
10
10
"type" : " title" ,
11
11
"key" : " Hostname" ,
12
- "format" : " {2 }"
12
+ "format" : " {host-name }"
13
13
},
14
14
{
15
15
"type" : " host" ,
16
16
"key" : " Model"
17
17
},
18
18
{
19
19
"type" : " os" ,
20
- "format" : " {3 } {9 } {12 }"
20
+ "format" : " {pretty-name } {version-id } {arch }"
21
21
},
22
22
" kernel" ,
23
23
" uptime" ,
34
34
"type" : " de" ,
35
35
"key" : " Desktop Environment"
36
36
},
37
- {
38
- "type" : " shell" ,
39
- "format" : " {7}"
40
- },
37
+ " shell" ,
41
38
{
42
39
"type" : " terminal" ,
43
- "format" : " {5 } {6 } {#37}█{#97}█ {#36}█{#96}█ {#35}█{#95}█ {#34}█{#94}█ {#33}█{#93}█ {#32}█{#92}█ {#31}█{#91}█ {#30}█{#90}█"
40
+ "format" : " {pretty-name } {version } {#37}█{#97}█ {#36}█{#96}█ {#35}█{#95}█ {#34}█{#94}█ {#33}█{#93}█ {#32}█{#92}█ {#31}█{#91}█ {#30}█{#90}█"
44
41
},
45
42
{
46
43
"type" : " packages" ,
47
- "format" : " {1 }"
44
+ "format" : " {all }"
48
45
},
49
46
{
50
47
"type" : " cpu" ,
51
48
"key" : " Temperature" ,
52
49
"temp" : true ,
53
- "format" : " {8 }"
50
+ "format" : " {temperature }"
54
51
},
55
52
{
56
53
"type" : " cpu" ,
57
54
"key" : " CPU" ,
58
- "format" : " {4 } x {1 }"
55
+ "format" : " {cores-logical } x {name }"
59
56
},
60
57
{
61
58
"type" : " gpu" ,
62
- "format" : " {2 }"
59
+ "format" : " {name }"
63
60
},
64
61
{
65
62
"type" : " memory" ,
Original file line number Diff line number Diff line change 11
11
" separator" ,
12
12
" os" ,
13
13
" host" ,
14
- " kernel" ,
14
+ {
15
+ "type" : " kernel" ,
16
+ "format" : " {release}"
17
+ },
15
18
" uptime" ,
16
19
" packages" ,
17
20
" shell" ,
28
31
" terminal" ,
29
32
{
30
33
"type" : " terminalfont" ,
31
- "format" : " {/2 }{-}{/}{2 }{?3 } {3 }{?}"
34
+ "format" : " {/name }{-}{/}{name }{?size } {size }{?}"
32
35
},
33
36
" cpu" ,
34
37
{
37
40
},
38
41
{
39
42
"type" : " memory" ,
40
- "format" : " {/1}{-}{/}{/2}{-}{/}{ } / {}"
43
+ "format" : " {} / {}"
41
44
},
42
45
" break" ,
43
46
" colors"
You can’t perform that action at this time.
0 commit comments