feat: added uptime to config

This commit is contained in:
2025-06-06 12:02:28 +03:00
parent 696b47adcb
commit d9445a6145
2 changed files with 7 additions and 2 deletions

View File

@@ -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": " ",

View File

@@ -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": "",