From d16e1724341d9a79d91845204598ea77c572a735 Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Thu, 27 Mar 2025 03:42:49 +1100 Subject: [PATCH] Add hyfetch config --- hyfetch.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 hyfetch.json diff --git a/hyfetch.json b/hyfetch.json new file mode 100644 index 0000000..056a021 --- /dev/null +++ b/hyfetch.json @@ -0,0 +1,16 @@ +{ + "preset": "transgender", + "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