add fastfetch theme as a submodule

This commit is contained in:
frosty 2024-05-26 09:54:19 -04:00
parent 932e4ed99e
commit 74ad46625b
3 changed files with 4 additions and 48 deletions

3
.gitmodules vendored
View file

@ -13,3 +13,6 @@
[submodule "zsh/.local/share/zsh/plugins/zsh-abbr"]
path = zsh/.local/share/zsh/plugins/zsh-abbr
url = https://github.com/olets/zsh-abbr
[submodule "fastfetch.config/fastfetch"]
path = fastfetch.config/fastfetch
url = https://gitlab.com/frostalicious/tiny

@ -0,0 +1 @@
Subproject commit cc97b73750c03abc382ba9461f0682140ce3421c

View file

@ -1,48 +0,0 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "small",
"padding": {
"right": 2
}
},
"display": {
"separator": "",
"keyWidth": 8
},
"modules": [
{
"type": "os",
"key": "os",
"format": "{2}"
},
{
"type": "host",
"key": "host",
"format": "{2}"
},
{
"type": "kernel",
"key": "kernel"
},
{
"type": "uptime",
"key": "uptime"
},
{
"type": "packages",
"key": "pkgs",
"format": "{1}"
},
{
"type": "shell",
"key": "shell",
"format": "{1}"
},
{
"type": "wm",
"key": "wm",
"format": "{1}"
}
]
}