feat: added uptime to config
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"logo": {
|
"logo": {
|
||||||
"height": 8,
|
"height": 8,
|
||||||
"type": "kitty",
|
"type": "kitty",
|
||||||
"source": "~/Pictures/Fetch/sakura_pixel.png"
|
"source": "~/Pictures/Fetch/sakura_pixel_512x512.png"
|
||||||
},
|
},
|
||||||
"display": {
|
"display": {
|
||||||
"separator": " ",
|
"separator": " ",
|
||||||
|
|||||||
@@ -3,7 +3,8 @@
|
|||||||
"logo": {
|
"logo": {
|
||||||
"height": 8,
|
"height": 8,
|
||||||
"type": "kitty",
|
"type": "kitty",
|
||||||
"source": "~/Pictures/Fetch/sakura_pixel.png"
|
"source": "~/Pictures/Fetch/Japan/ghost_pixel.png"
|
||||||
|
// "source": "$(ls ~/Pictures/Fetch/Japan/* | shuf -n 1)"
|
||||||
},
|
},
|
||||||
"display": {
|
"display": {
|
||||||
"separator": " ",
|
"separator": " ",
|
||||||
@@ -30,6 +31,10 @@
|
|||||||
"type": "memory",
|
"type": "memory",
|
||||||
"keyIcon": ""
|
"keyIcon": ""
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "uptime",
|
||||||
|
"keyIcon": ""
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "colors",
|
"type": "colors",
|
||||||
"key": "",
|
"key": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user