add hyfetch

This commit is contained in:
Badstagram 2025-10-18 14:38:07 +01:00
parent d1b1795992
commit f3ca4197da
4 changed files with 22 additions and 0 deletions

6
.chezmoiignore Normal file
View File

@ -0,0 +1,6 @@
{{ if ne .chezmoi.os "darwin" }}
Library/Application Support/hyfetch.json
{{ end }}
{{ if ne .chezmoi.os "linux" }}
.config/hyfetch.json
{{ end }}

View File

@ -0,0 +1,14 @@
{
"preset": "bisexual",
"mode": "rgb",
"auto_detect_light_dark: true,
"light_dark": "dark",
"lightness": 0.68,
"color_align": {
"mode": "horizontal"
},
"backend": "neofetch",
"args": null,
"distro": null,
"pride_month_disable": false
}

View File

@ -0,0 +1 @@
{{- template "hyfetch.json" . -}}

View File

@ -0,0 +1 @@
{{- template "hyfetch.json" . -}}