From 237bd18bf13137db838dbe5d4d65a2802e2802b7 Mon Sep 17 00:00:00 2001 From: Ceres Date: Fri, 3 Oct 2025 15:44:36 +0100 Subject: [PATCH] Add glafetch config --- glafetch/config.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 glafetch/config.json diff --git a/glafetch/config.json b/glafetch/config.json new file mode 100644 index 0000000..c791a15 --- /dev/null +++ b/glafetch/config.json @@ -0,0 +1,15 @@ +{ + "show_err": false, + "use_bold": true, + "items": [ + "separator", + "host", + "kernel", + "cpu", + "de", + "portage_world", + "portage_all", + "Thank you Cyn :3", + "separator" + ] +}