From 292778fa9c39d0206d0360ed440aede40c237bb9 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sat, 17 Feb 2024 22:44:32 +0100 Subject: [PATCH] Add hyfetch --- home/.config/hyfetch.json | 19 +++++++++++++++++++ install_gui.sh | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 home/.config/hyfetch.json diff --git a/home/.config/hyfetch.json b/home/.config/hyfetch.json new file mode 100644 index 0000000..6386f27 --- /dev/null +++ b/home/.config/hyfetch.json @@ -0,0 +1,19 @@ +{ + "preset": "rainbow", + "mode": "rgb", + "light_dark": "dark", + "lightness": 0.65, + "color_align": { + "mode": "custom", + "custom_colors": { + "1": 1, + "2": 4 + }, + "fore_back": [] + }, + "backend": "neofetch", + "args": null, + "distro": null, + "pride_month_shown": [], + "pride_month_disable": false +} \ No newline at end of file diff --git a/install_gui.sh b/install_gui.sh index a3bdc9e..0144e6f 100755 --- a/install_gui.sh +++ b/install_gui.sh @@ -77,7 +77,7 @@ yay -S --noconfirm --needed \ # Utilities yay -S --noconfirm --needed \ - nm-connection-editor ffmpegthumbnailer upower devour + nm-connection-editor ffmpegthumbnailer upower devour hyfetch # Wayland Utilities yay -S --noconfirm --needed \