From f3ca4197da5f3ec321ffffcb6a1a0c1d728128d6 Mon Sep 17 00:00:00 2001 From: Badstagram Date: Sat, 18 Oct 2025 14:38:07 +0100 Subject: [PATCH] add hyfetch --- .chezmoiignore | 6 ++++++ .chezmoitemplates/hyfetch.json | 14 ++++++++++++++ Library/Application Support/hyfetch.json.tmpl | 1 + private_dot_config/hyfetch.json.tmpl | 1 + 4 files changed, 22 insertions(+) create mode 100644 .chezmoiignore create mode 100644 .chezmoitemplates/hyfetch.json create mode 100644 Library/Application Support/hyfetch.json.tmpl create mode 100644 private_dot_config/hyfetch.json.tmpl diff --git a/.chezmoiignore b/.chezmoiignore new file mode 100644 index 0000000..e10752a --- /dev/null +++ b/.chezmoiignore @@ -0,0 +1,6 @@ +{{ if ne .chezmoi.os "darwin" }} +Library/Application Support/hyfetch.json +{{ end }} +{{ if ne .chezmoi.os "linux" }} +.config/hyfetch.json +{{ end }} diff --git a/.chezmoitemplates/hyfetch.json b/.chezmoitemplates/hyfetch.json new file mode 100644 index 0000000..c73b366 --- /dev/null +++ b/.chezmoitemplates/hyfetch.json @@ -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 +} diff --git a/Library/Application Support/hyfetch.json.tmpl b/Library/Application Support/hyfetch.json.tmpl new file mode 100644 index 0000000..f3c5549 --- /dev/null +++ b/Library/Application Support/hyfetch.json.tmpl @@ -0,0 +1 @@ +{{- template "hyfetch.json" . -}} diff --git a/private_dot_config/hyfetch.json.tmpl b/private_dot_config/hyfetch.json.tmpl new file mode 100644 index 0000000..f3c5549 --- /dev/null +++ b/private_dot_config/hyfetch.json.tmpl @@ -0,0 +1 @@ +{{- template "hyfetch.json" . -}}