mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-20 00:51:11 +00:00
change fast fetch color
This commit is contained in:
parent
fee281ac21
commit
c0a565128d
@ -12,7 +12,7 @@
|
|||||||
"display": {
|
"display": {
|
||||||
"separator": " ",
|
"separator": " ",
|
||||||
"color": {
|
"color": {
|
||||||
"keys": "magenta"
|
"keys": "green"
|
||||||
},
|
},
|
||||||
"size": {
|
"size": {
|
||||||
"ndigits": 0,
|
"ndigits": 0,
|
||||||
@ -40,28 +40,33 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "memory",
|
"type": "memory",
|
||||||
"key": "├─"
|
"key": "├─"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "cpu",
|
||||||
|
"key": "├─",
|
||||||
|
"temp": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "gpu",
|
||||||
|
"key": "├─G",
|
||||||
|
"temp": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "packages",
|
"type": "packages",
|
||||||
"key": "├─"
|
"key": "├─"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "uptime",
|
|
||||||
"key": "├─"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "wm",
|
"type": "wm",
|
||||||
"key": "├─"
|
"key": "├─"
|
||||||
},
|
},
|
||||||
// {
|
|
||||||
// "type": "custom",
|
|
||||||
// "key": "╰─",
|
|
||||||
// "format": "\u001b[31m███\u001b[32m███\u001b[33m███\u001b[34m███\u001b[35m███\u001b[36m███"
|
|
||||||
// }
|
|
||||||
{
|
{
|
||||||
"type": "media",
|
"type": "media",
|
||||||
"key": "╰─"
|
"key": "├─"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "uptime",
|
||||||
|
"key": "╰─"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user