removal of hyfetch, and preferring to use a more customised fastfetch configuration

This commit is contained in:
2025-09-03 13:32:13 +02:00
parent b2720b485e
commit 21814db5b3
4 changed files with 15 additions and 22 deletions

View File

@@ -81,7 +81,6 @@ alias ip='ip -c'
# application aliases # application aliases
alias ncdu='ncdu --color=dark -t 16' 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 bat='bat --wrap never --tabs 4 --theme gruvbox-dark'
alias make='_make -j' alias make='_make -j'
@@ -106,4 +105,4 @@ alias lls="ls -l"
alias ll="ls -l" alias ll="ls -l"
# cute lil hyfetch :3 # cute lil hyfetch :3
[[ $TERM == "xterm-kitty" ]] && hyfetch [[ $TERM == "xterm-kitty" ]] && fastfetch

View File

@@ -1,18 +1,18 @@
$1
▟█▙ ▟█▙
▟███▙ ▟███▙
▟█████▙ ▟█████▙
▟███████▙ ▟███████▙
▂▔▀▜██████▙ $2 ▂▔▀▜██████▙
▟██▅▂▝▜█████▙ ▟██▅▂▝▜█████▙
▟█████████████▙ ▟█████████████▙
▟███████████████▙ ▟███████████████▙
▟█████████████████▙ $3 ▟█████████████████▙
▟███████████████████▙ ▟███████████████████▙
▟█████████▛▀▀▜████████▙ ▟█████████▛▀▀▜████████▙
▟████████▛ ▜███████▙ ▟████████▛ ▜███████▙
▟█████████ ████████▙ ▟█████████ ████████▙
▟██████████ █████▆▅▄▃▂ $4 ▟██████████ █████▆▅▄▃▂
▟██████████▛ ▜█████████▙ ▟██████████▛ ▜█████████▙
▟██████▀▀▀ ▀▀██████▙ ▟██████▀▀▀ ▀▀██████▙
▟███▀▘ ▝▀███▙ ▟███▀▘ ▝▀███▙

View File

@@ -1,5 +1,15 @@
{ {
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "$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": [ "modules": [
"title", "title",
"separator", "separator",

View File

@@ -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
}