diff options
Diffstat (limited to 'config/fastfetch')
| -rw-r--r-- | config/fastfetch/config-compact.jsonc | 105 | ||||
| -rw-r--r-- | config/fastfetch/config.jsonc | 256 |
2 files changed, 177 insertions, 184 deletions
diff --git a/config/fastfetch/config-compact.jsonc b/config/fastfetch/config-compact.jsonc index fa0ed3f7..77c695f6 100644 --- a/config/fastfetch/config-compact.jsonc +++ b/config/fastfetch/config-compact.jsonc @@ -5,62 +5,55 @@ * */ { - "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", - "logo": { - // "type": "auto", - // x."source": "~/.config/fastfetch/logo.png", - // "height": 10, - "padding": { - "top": 3, - "right": 2 - }, - "type": "small" + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + // "type": "auto", + // x."source": "~/.config/fastfetch/logo.png", + // "height": 10, + "padding": { + "top": 3, + "right": 2, }, - "display": { - "separator": " " + "type": "small", + }, + "display": { + "separator": " ", + }, + "modules": [ + "break", + "break", + "break", + "break", + { + "type": "os", + "key": " ", + "keyColor": "31", }, - "modules": [ - "break", - "break", - "break", - "break", - { - "type": "os", - "key": " ", - "keyColor": "31" - }, - { - "type": "kernel", - "key": " ", - "keyColor": "32" - }, - { - "type": "shell", - "key": " ", - "keyColor": "34" - }, - { - "type": "terminal", - "key": " ", - "keyColor": "35" - }, - { - "type": "wm", - "key": " ", - "keyColor": "36" - }, - { - "type": "uptime", - "key": " ", - "keyColor": "31" - }, - { - "type": "command", - "key": " ", - "keyColor": "36", - "shell": "/bin/bash", - "text": "echo \"KoolDots: v$DOTS_VERSION\"" - }, - "break" - ] + { + "type": "kernel", + "key": " ", + "keyColor": "32", + }, + { + "type": "shell", + "key": " ", + "keyColor": "34", + }, + { + "type": "terminal", + "key": " ", + "keyColor": "35", + }, + { + "type": "wm", + "key": " ", + "keyColor": "36", + }, + { + "type": "uptime", + "key": " ", + "keyColor": "31", + }, + "break", + ], } diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc index 252becd4..4dc4c597 100644 --- a/config/fastfetch/config.jsonc +++ b/config/fastfetch/config.jsonc @@ -1,131 +1,131 @@ { - "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", - "logo": { - // "type": "kitty", - // "source": "~/.config/fastfetch/ubuntu.png", - // "height": 10, - // "width": 20, - "type": "small", - "padding": { - "top": 3, - "left": 1 - } + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + // "type": "kitty", + // "source": "~/.config/fastfetch/ubuntu.png", + // "height": 10, + // "width": 20, + "type": "small", + "padding": { + "top": 3, + "left": 1, }, - "modules": [ - "break", - { - "type": "custom", - "format": "\u001b[90m┌──────────────────────Hardware──────────────────────┐" - }, - { - "type": "host", - "key": " PC", - "keyColor": "green" - }, - { - "type": "cpu", - "key": "│ ├", - "keyColor": "green" - }, - { - "type": "gpu", - "key": "│ ├", - "keyColor": "green" - }, - { - "type": "memory", - "key": "│ ├", - "keyColor": "green" - }, - { - "type": "disk", - "key": "└ └", - "keyColor": "green" - }, - { - "type": "custom", - "format": "\u001b[90m└────────────────────────────────────────────────────┘" - }, - "break", - { - "type": "custom", - "format": "\u001b[90m┌──────────────────────Software──────────────────────┐" - }, - { - "type": "os", - "key": " OS", - "keyColor": "yellow" - }, - { - "type": "kernel", - "key": "│ ├", - "keyColor": "yellow" - }, - { - "type": "bios", - "key": "│ ├", - "keyColor": "yellow" - }, - { - "type": "packages", - "key": "│ ├", - "keyColor": "yellow" - }, - { - "type": "shell", - "key": "└ └", - "keyColor": "yellow" - }, - { - "type": "wm", - "key": " WM", - "keyColor": "blue" - }, - { - "type": "lm", - "key": "│ ├", - "keyColor": "blue" - }, - { - "type": "wmtheme", - "key": "│ ├", - "keyColor": "blue" - }, - { - "type": "terminal", - "key": "└ └", - "keyColor": "blue" - }, - { - "type": "custom", - "format": "\u001b[90m└────────────────────────────────────────────────────┘" - }, - "break", - { - "type": "custom", - "format": "\u001b[90m┌─────────────────Uptime / Age / DT──────────────────┐" - }, - { - "type": "command", - "key": " OS Age ", - "keyColor": "magenta", - "text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days" - }, - { - "type": "uptime", - "key": " Uptime ", - "keyColor": "magenta" - }, - { - "type": "command", - "key": " KoolDots Ver ", - "text": "echo v${DOTS_VERSION}", - "keyColor": "magenta" - }, - { - "type": "custom", - "format": "\u001b[90m└────────────────────────────────────────────────────┘" - }, - "break" - ] + }, + "modules": [ + "break", + { + "type": "custom", + "format": "\u001b[90m┌──────────────────────Hardware────────────────────────────┐", + }, + { + "type": "host", + "key": " PC", + "keyColor": "green", + }, + { + "type": "cpu", + "key": "│ ├", + "keyColor": "green", + }, + { + "type": "gpu", + "key": "│ ├", + "keyColor": "green", + }, + { + "type": "memory", + "key": "│ ├", + "keyColor": "green", + }, + { + "type": "disk", + "key": "└ └", + "keyColor": "green", + }, + { + "type": "custom", + "format": "\u001b[90m└──────────────────────────────────────────────────────────┘", + }, + "break", + { + "type": "custom", + "format": "\u001b[90m┌──────────────────────Software──────────────────────┐", + }, + { + "type": "os", + "key": " OS", + "keyColor": "yellow", + }, + { + "type": "kernel", + "key": "│ ├", + "keyColor": "yellow", + }, + { + "type": "bios", + "key": "│ ├", + "keyColor": "yellow", + }, + { + "type": "packages", + "key": "│ ├", + "keyColor": "yellow", + }, + { + "type": "shell", + "key": "└ └", + "keyColor": "yellow", + }, + { + "type": "wm", + "key": " WM", + "keyColor": "blue", + }, + { + "type": "lm", + "key": "│ ├", + "keyColor": "blue", + }, + { + "type": "wmtheme", + "key": "│ ├", + "keyColor": "blue", + }, + { + "type": "terminal", + "key": "└ └", + "keyColor": "blue", + }, + { + "type": "custom", + "format": "\u001b[90m└────────────────────────────────────────────────────┘", + }, + "break", + { + "type": "custom", + "format": "\u001b[90m┌─────────────────Uptime / Age / DT──────────────────┐", + }, + { + "type": "command", + "key": " OS Age ", + "keyColor": "magenta", + "text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days", + }, + { + "type": "uptime", + "key": " Uptime ", + "keyColor": "magenta", + }, + { + "type": "command", + "key": " KoolDots Ver ", + "text": "echo v${DOTS_VERSION}", + "keyColor": "magenta", + }, + { + "type": "custom", + "format": "\u001b[90m└────────────────────────────────────────────────────┘", + }, + "break", + ], } |
