From 10a17d3623610f2741c8d64bee731dd7b3d9eb32 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 3 Jun 2024 15:01:11 +0200 Subject: [PATCH] Neofetch -> fastfetch. --- _cli/fastfetch/config.jsonc | 18 +++++++++ .../neofetch => _cli/fastfetch}/gentoo.png | Bin _gui/_configs/neofetch/config.conf | 35 ------------------ 3 files changed, 18 insertions(+), 35 deletions(-) create mode 100644 _cli/fastfetch/config.jsonc rename {_gui/_configs/neofetch => _cli/fastfetch}/gentoo.png (100%) delete mode 100644 _gui/_configs/neofetch/config.conf diff --git a/_cli/fastfetch/config.jsonc b/_cli/fastfetch/config.jsonc new file mode 100644 index 0000000..a0c0ce7 --- /dev/null +++ b/_cli/fastfetch/config.jsonc @@ -0,0 +1,18 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "modules": [ + "host", + "cpu", + "gpu", + "break", + "os", + "kernel", + "uptime", + "packages", + "break", + "de", + "terminal", + "break", + "colors" + ] +} diff --git a/_gui/_configs/neofetch/gentoo.png b/_cli/fastfetch/gentoo.png similarity index 100% rename from _gui/_configs/neofetch/gentoo.png rename to _cli/fastfetch/gentoo.png diff --git a/_gui/_configs/neofetch/config.conf b/_gui/_configs/neofetch/config.conf deleted file mode 100644 index 4d4fda1..0000000 --- a/_gui/_configs/neofetch/config.conf +++ /dev/null @@ -1,35 +0,0 @@ -# See this wiki page for more info: -# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info -print_info() { - info title - info underline - - info "OS " distro - info "Host " model - info "Shell " shell - info "Kernel " kernel - info "Uptime " uptime - info "Packages " packages - prin - info "WM " wm - info "Terminal " term - info "Resolution" resolution - info cols -} - -kernel_shorthand="off" -distro_shorthand="on" -os_arch="off" -uptime_shorthand="tiny" -memory_percent="on" -package_managers="on" -shell_version="off" -cpu_brand="off" -refresh_rate="on" -bold="off" -block_width=4 -image_backend="ascii" -image_source="/f/.config/neofetch/gentoo.png" -image_loop="off" -image_size="310px" -gap=2