From 723fc80efef113db6013b81fb024974a2603fd88 Mon Sep 17 00:00:00 2001 From: Daniele Fucini Date: Thu, 2 May 2024 13:39:02 +0200 Subject: [PATCH] Add hyfetch 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..cb2cf0c --- /dev/null +++ b/.config/hyfetch.json @@ -0,0 +1,16 @@ +{ + "preset": "rainbow", + "mode": "rgb", + "light_dark": "dark", + "lightness": 0.83, + "color_align": { + "mode": "horizontal", + "custom_colors": [], + "fore_back": null + }, + "backend": "fastfetch", + "args": null, + "distro": null, + "pride_month_shown": [], + "pride_month_disable": false +}