From b1d05c7db7966fc05cb39f5d0fe66b4d48b21602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 24 Dec 2023 17:31:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=81=20files(neofetch):=20moved=20logo?= =?UTF-8?q?=20to=20the=20neofetch=20folder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/neofetch/config.conf | 2 +- .config/{ => neofetch}/logo.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename .config/{ => neofetch}/logo.png (100%) diff --git a/.config/neofetch/config.conf b/.config/neofetch/config.conf index c26773cf..26051dec 100644 --- a/.config/neofetch/config.conf +++ b/.config/neofetch/config.conf @@ -72,7 +72,7 @@ disk_display="bar" image_backend="kitty" # Image Source -image_source="$HOME/.config/logo.png" +image_source="$HOME/.config/neofetch/logo.png" # Image size image_size="300px" diff --git a/.config/logo.png b/.config/neofetch/logo.png similarity index 100% rename from .config/logo.png rename to .config/neofetch/logo.png