Add fastfetch config.

This commit is contained in:
Hans Goor 2024-09-01 20:48:46 +02:00
parent dbda6c03d9
commit 5672a4edcc
Signed by: eyedevelop
SSH key fingerprint: SHA256:Td89veptDEwCV8J3fjqnknNk7SbwzedYhauyC2nFBYg
4 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,3 @@
#!/bin/bash
COMMAND_DEPS=("fastfetch")

View file

@ -0,0 +1,25 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "opensuse",
"type": "small"
},
"modules": [
"title",
"separator",
"host",
"uptime",
"shell",
"break",
"cpu",
"gpu",
"memory",
"disk",
"break",
"localip",
{
"type": "publicip",
"url": "http://ip.eyedevelop.org"
}
]
}

View file

@ -0,0 +1,3 @@
if status --is-interactive
fastfetch -c ~/.config/fastfetch.json
end

View file

@ -0,0 +1,3 @@
#!/bin/bash
[[ -n "$PS1" ]] && fastfetch -c ~/.config/fastfetch.json