From 344312d8d1a0bc5c574751bca36eac29910b356c Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Fri, 2 May 2025 10:48:50 +0100 Subject: [PATCH] Add hyfetch.json config --- .config/hyfetch.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .config/hyfetch.json diff --git a/.config/hyfetch.json b/.config/hyfetch.json new file mode 100644 index 0000000..49251dd --- /dev/null +++ b/.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": "fastfetch", + "args": null, + "distro": null, + "pride_month_shown": [], + "pride_month_disable": false +} \ No newline at end of file