Saving this here in case someone else is looking to do something similar. Very easy to do, using the link @smokey referenced.
Just comment out the localip in the config file.
- Create config file:
fastfetch --gen-config
- Edit it at:
~/.config/fastfetch/config.jsonc
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"modules": [
"title",
"separator",
"os",
"host",
"kernel",
"uptime",
"packages",
"shell",
"display",
"de",
"wm",
"wmtheme",
"theme",
"icons",
"font",
"cursor",
"terminal",
"terminalfont",
"cpu",
"gpu",
"memory",
"swap",
"disk",
// "localip",
"battery",
"poweradapter",
"locale",
"break",
"colors"
]
}