From d9445a6145fd9376e58f577b0717e4db2df5ffd9 Mon Sep 17 00:00:00 2001 From: Nikolai Papin Date: Fri, 6 Jun 2025 12:02:28 +0300 Subject: [PATCH] feat: added uptime to config --- fastfetch/sakura.jsonc | 2 +- fastfetch/sakura_v2.jsonc | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/fastfetch/sakura.jsonc b/fastfetch/sakura.jsonc index 67448e3..c585997 100644 --- a/fastfetch/sakura.jsonc +++ b/fastfetch/sakura.jsonc @@ -3,7 +3,7 @@ "logo": { "height": 8, "type": "kitty", - "source": "~/Pictures/Fetch/sakura_pixel.png" + "source": "~/Pictures/Fetch/sakura_pixel_512x512.png" }, "display": { "separator": " ", diff --git a/fastfetch/sakura_v2.jsonc b/fastfetch/sakura_v2.jsonc index 236eb3f..05afebe 100644 --- a/fastfetch/sakura_v2.jsonc +++ b/fastfetch/sakura_v2.jsonc @@ -3,7 +3,8 @@ "logo": { "height": 8, "type": "kitty", - "source": "~/Pictures/Fetch/sakura_pixel.png" + "source": "~/Pictures/Fetch/Japan/ghost_pixel.png" + // "source": "$(ls ~/Pictures/Fetch/Japan/* | shuf -n 1)" }, "display": { "separator": " ", @@ -30,6 +31,10 @@ "type": "memory", "keyIcon": "󱤓" }, + { + "type": "uptime", + "keyIcon": "󰥔" + }, { "type": "colors", "key": "",