removal of hyfetch, and preferring to use a more customised fastfetch configuration
This commit is contained in:
3
.bashrc
3
.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
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
▄
|
||||
$1 ▄
|
||||
▟█▙
|
||||
▟███▙
|
||||
▟█████▙
|
||||
▟███████▙
|
||||
▂▔▀▜██████▙
|
||||
$2 ▂▔▀▜██████▙
|
||||
▟██▅▂▝▜█████▙
|
||||
▟█████████████▙
|
||||
▟███████████████▙
|
||||
▟█████████████████▙
|
||||
$3 ▟█████████████████▙
|
||||
▟███████████████████▙
|
||||
▟█████████▛▀▀▜████████▙
|
||||
▟████████▛ ▜███████▙
|
||||
▟█████████ ████████▙
|
||||
▟██████████ █████▆▅▄▃▂
|
||||
$4 ▟██████████ █████▆▅▄▃▂
|
||||
▟██████████▛ ▜█████████▙
|
||||
▟██████▀▀▀ ▀▀██████▙
|
||||
▟███▀▘ ▝▀███▙
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user