regexghost-dotfiles

My dotfiles and scripts
git clone git@git.regexghost.com/regexghost-dotfiles.git
Log | Files | Refs | README

commit 85104bcda99cab1d41fb65446101157edd6dfba7
parent 78c9c4083948c4fe57e07c33d00c21289e027f00
Author: regexghost <regexghost@protonmail.com>
Date:   Sat, 25 Apr 2026 21:22:17 +0100

fastfetch config

Diffstat:
Adotfiles/.config/fastfetch/config.jsonc | 87+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 87 insertions(+), 0 deletions(-)

diff --git a/dotfiles/.config/fastfetch/config.jsonc b/dotfiles/.config/fastfetch/config.jsonc @@ -0,0 +1,87 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/master/doc/json_schema.json", + "modules": [ + "title", + "separator", + { + "type": "os", + "key": " ", + "keyColor": "yellow", + "format": "{name} {version}" + }, + { + "type": "host", + "key": " ", + "keyColor": "blue", + "format": "{name}" + }, + { + "type": "kernel", + "key": " ", + "keyColor": "red", + "format": "{arch} ({release})" + }, + { + "type": "uptime", + "key": " ", + "keyColor": "green", + "format": "{formatted}" + }, + { + "type": "packages", + "key": " ", + "keyColor": "magenta", + "format": "{all}" + }, + { + "type": "shell", + "key": " ", + "keyColor": "cyan", + "format": "{pretty-name} ({exe})" + }, + { + "type": "display", + "key": " ", + "keyColor": "blue", + "format": "{inch}\" - {width}x{height} @ {refresh-rate}Hz" + }, + { + "type": "wm", + "key": " ", + "keyColor": "red", + "format": "{pretty-name} ({protocol-name})" + }, + { + "type": "terminal", + "key": " ", + "keyColor": "green", + "format": "{pretty-name}" + }, + { + "type": "terminalfont", + "key": " ", + "keyColor": "blue", + "format": "{name} - {size}" + }, + { + "type": "cpu", + "key": " ", + "keyColor": "magenta", + "format": "{name} ({cores-physical}/{cores-logical} @ {freq-base})" + }, + { + "type": "memory", + "key": " ", + "keyColor": "yellow", + "format": "{used} / {total} ({percentage})" + }, + { + "type": "disk", + "key": " ", + "keyColor": "green", + "format": "{mount-from} - {filesystem} - {size-used}/{size-total} ({size-percentage})" + }, + "break", + "colors" + ] +}