improve lots of things and change things to accomodate my new hardware
This commit is contained in:
parent
e425915f37
commit
5842024619
5 changed files with 35 additions and 39 deletions
|
@ -15,7 +15,7 @@
|
|||
"modules": [
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "{#32}┌──────────────────────────────────────────┐"
|
||||
"format": "{#32}┌─────────────────────────────────────────────┐"
|
||||
},
|
||||
{
|
||||
"type": "os",
|
||||
|
@ -23,7 +23,8 @@
|
|||
},
|
||||
{
|
||||
"type": "board",
|
||||
"key": " {#95} {#39}Board {#33}----"
|
||||
"key": " {#95} {#39}Board {#33}----",
|
||||
"format": "{1}"
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
|
@ -36,7 +37,7 @@
|
|||
{
|
||||
"type": "cpu",
|
||||
"key": " {#31} {#39}Processor {#33}",
|
||||
"format": "13th Gen Intel i5-13400"
|
||||
"format": "{1}"
|
||||
},
|
||||
{
|
||||
"type": "gpu",
|
||||
|
@ -59,7 +60,7 @@
|
|||
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "{#32}└──────────────────────────────────────────┘"
|
||||
"format": "{#32}└─────────────────────────────────────────────┘"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue