diff --git a/.gitmodules b/.gitmodules index 7725274..20cd037 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/fastfetch.config/fastfetch b/fastfetch.config/fastfetch new file mode 160000 index 0000000..cc97b73 --- /dev/null +++ b/fastfetch.config/fastfetch @@ -0,0 +1 @@ +Subproject commit cc97b73750c03abc382ba9461f0682140ce3421c diff --git a/fastfetch/.config/fastfetch/config.jsonc b/fastfetch/.config/fastfetch/config.jsonc deleted file mode 100644 index db6f588..0000000 --- a/fastfetch/.config/fastfetch/config.jsonc +++ /dev/null @@ -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}" - } - ] -}