From 397d398d042787f5dcad5bc7db844eb6222cbe89 Mon Sep 17 00:00:00 2001 From: duma799 Date: Thu, 12 Feb 2026 01:11:14 +0400 Subject: [PATCH] Fix hardcoded /home/duma/ path in fastfetch config --- fastfetch/config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastfetch/config.jsonc b/fastfetch/config.jsonc index c2cb742..6b83755 100644 --- a/fastfetch/config.jsonc +++ b/fastfetch/config.jsonc @@ -2,7 +2,7 @@ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { "type": "file", - "source": "/home/duma/.config/hypr/fastfetch/ascii/arch.txt", + "source": "~/.config/fastfetch/ascii/arch.txt", }, "display": { "separator": " : ",