From 21814db5b3f92198541108283bd6a1c2a73a491b Mon Sep 17 00:00:00 2001 From: Quinn Date: Wed, 3 Sep 2025 13:32:13 +0200 Subject: [PATCH] removal of hyfetch, and preferring to use a more customised fastfetch configuration --- .bashrc | 3 +-- etc/{hyfetch-ascii => fastfetch/arch-custom.txt} | 8 ++++---- etc/fastfetch/config.jsonc | 10 ++++++++++ etc/hyfetch.json | 16 ---------------- 4 files changed, 15 insertions(+), 22 deletions(-) rename etc/{hyfetch-ascii => fastfetch/arch-custom.txt} (79%) delete mode 100644 etc/hyfetch.json diff --git a/.bashrc b/.bashrc index 369851e..e62bfbd 100644 --- a/.bashrc +++ b/.bashrc @@ -81,7 +81,6 @@ alias ip='ip -c' # application aliases alias ncdu='ncdu --color=dark -t 16' -alias hyfetch='hyfetch --ascii-file $XDG_CONFIG_HOME/hyfetch-ascii --config-file $XDG_CONFIG_HOME/hyfetch.json' alias bat='bat --wrap never --tabs 4 --theme gruvbox-dark' alias make='_make -j' @@ -106,4 +105,4 @@ alias lls="ls -l" alias ll="ls -l" # cute lil hyfetch :3 -[[ $TERM == "xterm-kitty" ]] && hyfetch +[[ $TERM == "xterm-kitty" ]] && fastfetch diff --git a/etc/hyfetch-ascii b/etc/fastfetch/arch-custom.txt similarity index 79% rename from etc/hyfetch-ascii rename to etc/fastfetch/arch-custom.txt index 4896011..ab6856c 100644 --- a/etc/hyfetch-ascii +++ b/etc/fastfetch/arch-custom.txt @@ -1,18 +1,18 @@ - ▄ + $1 ▄ ▟█▙ ▟███▙ ▟█████▙ ▟███████▙ - ▂▔▀▜██████▙ +$2 ▂▔▀▜██████▙ ▟██▅▂▝▜█████▙ ▟█████████████▙ ▟███████████████▙ - ▟█████████████████▙ +$3 ▟█████████████████▙ ▟███████████████████▙ ▟█████████▛▀▀▜████████▙ ▟████████▛ ▜███████▙ ▟█████████ ████████▙ - ▟██████████ █████▆▅▄▃▂ +$4 ▟██████████ █████▆▅▄▃▂ ▟██████████▛ ▜█████████▙ ▟██████▀▀▀ ▀▀██████▙ ▟███▀▘ ▝▀███▙ diff --git a/etc/fastfetch/config.jsonc b/etc/fastfetch/config.jsonc index ea64be3..8f7069e 100644 --- a/etc/fastfetch/config.jsonc +++ b/etc/fastfetch/config.jsonc @@ -1,5 +1,15 @@ { "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + "source": "$XDG_CONFIG_HOME/fastfetch/arch-custom.txt", + "type": "file", + "color": { + "1": "light_yellow", + "2": "light_white", + "3": "bright_magenta", + "4": "black" + } + }, "modules": [ "title", "separator", diff --git a/etc/hyfetch.json b/etc/hyfetch.json deleted file mode 100644 index 0c93a11..0000000 --- a/etc/hyfetch.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "preset": "nonbinary", - "mode": "rgb", - "light_dark": "dark", - "lightness": 0.3, - "color_align": { - "mode": "horizontal", - "custom_colors": [], - "fore_back": null - }, - "backend": "fastfetch", - "args": null, - "distro": null, - "pride_month_shown": [], - "pride_month_disable": false -}