diff options
Diffstat (limited to 'alpine-river/config/fastfetch/config.jsonc')
-rw-r--r-- | alpine-river/config/fastfetch/config.jsonc | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/alpine-river/config/fastfetch/config.jsonc b/alpine-river/config/fastfetch/config.jsonc new file mode 100644 index 0000000..746244c --- /dev/null +++ b/alpine-river/config/fastfetch/config.jsonc @@ -0,0 +1,49 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + "type": "small" + }, + "display": { + "constants": [ + //"██ " + "> " + ] + }, + "modules": [ + { + "key": "{$1}Distro", + "keyColor": "38;5;210", + "type": "os" + }, + { + "key": "{$1}Kernel", + "keyColor": "38;5;84", + "type": "kernel" + }, + //{ + // "key": "{$1}Shell", + // "keyColor": "38;5;147", + // "type": "shell" + //}, + { + "key": "{$1}Packages", + "keyColor": "38;5;200", + "type": "packages" + }, + { + "key": "{$1}WM", + "keyColor": "38;5;44", + "type": "wm" + }, + { + "key": "{$1}CPU", + "keyColor": "38;5;75", + "type": "cpu" + }, + { + "key": "{$1}Memory", + "keyColor": "38;5;123", + "type": "memory" + } + ] +} |