From 964287fd3324226498b436ab0957e1d4f41324df Mon Sep 17 00:00:00 2001 From: pips Date: Thu, 20 Mar 2025 21:15:33 +0100 Subject: [PATCH] feat(hytech): config --- private_dot_config/hyfetch.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 private_dot_config/hyfetch.json diff --git a/private_dot_config/hyfetch.json b/private_dot_config/hyfetch.json new file mode 100644 index 0000000..142fc6b --- /dev/null +++ b/private_dot_config/hyfetch.json @@ -0,0 +1,16 @@ +{ + "preset": "rainbow", + "mode": "rgb", + "light_dark": "dark", + "lightness": 0.65, + "color_align": { + "mode": "horizontal", + "custom_colors": [], + "fore_back": null + }, + "backend": "neofetch", + "args": null, + "distro": null, + "pride_month_shown": [], + "pride_month_disable": false +} \ No newline at end of file