38 lines
665 B
Plaintext
38 lines
665 B
Plaintext
{
|
|
"display": {
|
|
"size.binaryPrefix": "si",
|
|
"color": "blue",
|
|
"separator": " "
|
|
},
|
|
"logo": {
|
|
"source": "nixos_small"
|
|
},
|
|
"modules": [
|
|
{
|
|
"format": "{1}-{3}-{11} {14}:{17}:{20}",
|
|
"key": " Date/Time",
|
|
"type": "datetime"
|
|
},
|
|
{
|
|
"key": " Distro ",
|
|
"keyColor": "yellow",
|
|
"type": "os"
|
|
},
|
|
{
|
|
"key": " PC ═╦ ",
|
|
"keyColor": "green",
|
|
"type": "cpu"
|
|
},
|
|
{
|
|
"key": " ╠ ",
|
|
"keyColor": "green",
|
|
"type": "gpu"
|
|
},
|
|
{
|
|
"key": " ╚ ",
|
|
"keyColor": "green",
|
|
"type": "memory"
|
|
},
|
|
"colors"
|
|
]
|
|
} |