diff options
Diffstat (limited to 'config/fastfetch')
| -rw-r--r-- | config/fastfetch/config-compact-legacy.jsonc | 86 | ||||
| -rw-r--r-- | config/fastfetch/config-compact.jsonc | 94 | ||||
| -rw-r--r-- | config/fastfetch/config.jsonc | 255 | ||||
| -rw-r--r-- | config/fastfetch/config.legacy.jsonc | 132 |
4 files changed, 382 insertions, 185 deletions
diff --git a/config/fastfetch/config-compact-legacy.jsonc b/config/fastfetch/config-compact-legacy.jsonc new file mode 100644 index 00000000..156cb6df --- /dev/null +++ b/config/fastfetch/config-compact-legacy.jsonc @@ -0,0 +1,86 @@ +/* ----------- π« https://github.com/LinuxBeginnings π« -------- */ + +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + "padding": { + "top": 2 + }, + "type": "small" + }, + "display": { + "separator": " -> " + }, + "modules": [ + "break", + { + "type": "title", + "keyWidth": 10, + "format": " {6}{7}{8}" + }, + { + "type": "custom", + "format": " βββββββββββββοββββββββββββββ " + }, + { + "type": "kernel", + "key": "ξ ", + "keyColor": "yellow" + }, + { + "keyColor": "blue", + "key": "ο ", + "text": "echo Jakoolit: v${DOTS_VERSION}", + "type": "command" + }, + { + "type": "wm", + "key": "ο ", + "keyColor": "magenta" + }, + { + "type": "shell", + "key": "ο ", + "keyColor": "yellow" + }, + { + "type": "terminal", + "key": "ξ ", + "keyColor": "blue" + }, + /* + { + "type": "packages", + "key": "σ° ", + "keyColor": "yellow" + }, + */ + { + "type": "memory", + "key": "σ° ", + "keyColor": "magenta", + // format: used / total + "format": "{1} / {2}" + }, + { + "type": "uptime", + "key": "σ° ", + "keyColor": "green" + }, + { + "type": "command", + "key": "σ±¦ ", + "keyColor": "magenta", + "text": "echo $(( ($(date +%s) - $(stat -c %W /)) / 86400 )) days" + }, + { + "type": "custom", + "format": " βββββββββββββοββββββββββββββ " + }, + { + "type": "custom", + "format": " \u001b[31mο \u001b[32mο \u001b[33mο \u001b[34mο \u001b[35mο \u001b[36mο \u001b[37mο \u001b[90mο " + }, + "break" + ] +} diff --git a/config/fastfetch/config-compact.jsonc b/config/fastfetch/config-compact.jsonc index 156cb6df..d88e1d32 100644 --- a/config/fastfetch/config-compact.jsonc +++ b/config/fastfetch/config-compact.jsonc @@ -1,86 +1,66 @@ -/* ----------- π« https://github.com/LinuxBeginnings π« -------- */ - +/** + * ββββββββ³βββββββ³βββββ + * β£ β£β«ββ β β£ β£ β β β£β« + * β» ββββ β» β» ββ β» ββββ + * + */ { "$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": 2 + "top": 3, + "right": 2 }, "type": "small" }, "display": { - "separator": " -> " + "separator": " " }, "modules": [ "break", + "break", + "break", + "break", { - "type": "title", - "keyWidth": 10, - "format": " {6}{7}{8}" + "type": "os", + "key": "ο ", + "keyColor": "31" }, { - "type": "custom", - "format": " βββββββββββββοββββββββββββββ " - }, - { "type": "kernel", - "key": "ξ ", - "keyColor": "yellow" - }, - { - "keyColor": "blue", - "key": "ο ", - "text": "echo Jakoolit: v${DOTS_VERSION}", - "type": "command" - }, - { - "type": "wm", - "key": "ο ", - "keyColor": "magenta" + "key": "ο³ ", + "keyColor": "32" }, { "type": "shell", - "key": "ο ", - "keyColor": "yellow" + "key": "ο ", + "keyColor": "34" }, { "type": "terminal", - "key": "ξ ", - "keyColor": "blue" - }, - /* - { - "type": "packages", - "key": "σ° ", - "keyColor": "yellow" + "key": "ο ", + "keyColor": "35" }, - */ { - "type": "memory", - "key": "σ° ", - "keyColor": "magenta", - // format: used / total - "format": "{1} / {2}" + "type": "wm", + "key": "ο ", + "keyColor": "36" }, { "type": "uptime", - "key": "σ° ", - "keyColor": "green" - }, - { - "type": "command", - "key": "σ±¦ ", - "keyColor": "magenta", - "text": "echo $(( ($(date +%s) - $(stat -c %W /)) / 86400 )) days" - }, - { - "type": "custom", - "format": " βββββββββββββοββββββββββββββ " - }, - { - "type": "custom", - "format": " \u001b[31mο \u001b[32mο \u001b[33mο \u001b[34mο \u001b[35mο \u001b[36mο \u001b[37mο \u001b[90mο " + "key": "ξ
", + "keyColor": "31" }, - "break" + { + "type": "command", + "key": "ο ", + "keyColor": "36", + "shell": "/bin/bash", + "text": "echo \"Jak's dotfiles: v$DOTS_VERSION\"" + }, + "break" ] } diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc index a3fa54e5..d183de3c 100644 --- a/config/fastfetch/config.jsonc +++ b/config/fastfetch/config.jsonc @@ -1,132 +1,131 @@ -/* ----------- π« https://github.com/LinuxBeginnings π« -------- */ - { -"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", -"logo": { -"padding": { -"top": 1 -} -}, -"display": { -"separator": " σ° " -}, -"modules": [ - "break", - { - "type": "os", - "key": "ξ― DISTRO", - "keyColor": "yellow" - }, - - { - "type": "kernel", - "key": "β βο", - "keyColor": "yellow" - }, - { - "type": "command", - "key": "β βο", - "text": "echo LinuxBeginnings Version: ${DOTS_VERSION}", - "keyColor": "yellow" - }, - { - "type": "packages", - "key": "β βσ°", - "keyColor": "yellow" - }, - { - "type": "shell", - "key": "β βο", - "keyColor": "yellow" - }, - { - "type": "wm", - "key": "ο DE/WM", - "keyColor": "blue" - }, - { - "type": "wmtheme", - "key": "β βσ°Ό", - "keyColor": "blue" - }, - { - "type": "icons", - "key": "β βσ°»", - "keyColor": "blue" - }, - { - "type": "cursor", - "key": "β βξ£", - "keyColor": "blue" - }, - { - "type": "terminalfont", - "key": "β βο±", - "keyColor": "blue" - }, - { - "type": "terminal", - "key": "β βξ", - "keyColor": "blue" - }, - { - "type": "host", - "key": "σ°’ SYSTEM", - "keyColor": "green" - }, - { - "type": "cpu", - "key": "β βσ°» ", - "keyColor": "green" - }, - { - "type": "gpu", - "key": "β βσ°»", - "format": "{2}", - "keyColor": "green" - }, - { - "type": "display", - "key": "β βσ°Ή", - "keyColor": "green", - "compactType": "original-with-refresh-rate" - }, - { - "type": "memory", - "key": "β βσ°Ύ", - "keyColor": "green" - }, - { - "type": "swap", - "key": "β βσ°‘", - "keyColor": "green" - }, - { - "type": "uptime", - "key": "β βσ°
", - "keyColor": "green" - }, - { - "type": "display", - "key": "β βσ°Ή", - "keyColor": "green" - }, - { - "type": "sound", - "key": "ο¨ AUDIO", - "format": "{2}", - "keyColor": "magenta" - }, - { - "type": "player", - "key": "β βσ°₯ ", - "keyColor": "magenta" - }, - { - "type": "media", - "key": "β βσ°", - "keyColor": "magenta" + "$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 + } }, - "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": " Dots Ver ", + "text": "echo v${DOTS_VERSION}", + "keyColor": "magenta" + }, + { + "type": "custom", + "format": "\u001b[90mββββββββββββββββββββββββββββββββββββββββββββββββββββββ" + }, + "break" ] } diff --git a/config/fastfetch/config.legacy.jsonc b/config/fastfetch/config.legacy.jsonc new file mode 100644 index 00000000..a3fa54e5 --- /dev/null +++ b/config/fastfetch/config.legacy.jsonc @@ -0,0 +1,132 @@ +/* ----------- π« https://github.com/LinuxBeginnings π« -------- */ + +{ +"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", +"logo": { +"padding": { +"top": 1 +} +}, +"display": { +"separator": " σ° " +}, +"modules": [ + "break", + { + "type": "os", + "key": "ξ― DISTRO", + "keyColor": "yellow" + }, + + { + "type": "kernel", + "key": "β βο", + "keyColor": "yellow" + }, + { + "type": "command", + "key": "β βο", + "text": "echo LinuxBeginnings Version: ${DOTS_VERSION}", + "keyColor": "yellow" + }, + { + "type": "packages", + "key": "β βσ°", + "keyColor": "yellow" + }, + { + "type": "shell", + "key": "β βο", + "keyColor": "yellow" + }, + { + "type": "wm", + "key": "ο DE/WM", + "keyColor": "blue" + }, + { + "type": "wmtheme", + "key": "β βσ°Ό", + "keyColor": "blue" + }, + { + "type": "icons", + "key": "β βσ°»", + "keyColor": "blue" + }, + { + "type": "cursor", + "key": "β βξ£", + "keyColor": "blue" + }, + { + "type": "terminalfont", + "key": "β βο±", + "keyColor": "blue" + }, + { + "type": "terminal", + "key": "β βξ", + "keyColor": "blue" + }, + { + "type": "host", + "key": "σ°’ SYSTEM", + "keyColor": "green" + }, + { + "type": "cpu", + "key": "β βσ°» ", + "keyColor": "green" + }, + { + "type": "gpu", + "key": "β βσ°»", + "format": "{2}", + "keyColor": "green" + }, + { + "type": "display", + "key": "β βσ°Ή", + "keyColor": "green", + "compactType": "original-with-refresh-rate" + }, + { + "type": "memory", + "key": "β βσ°Ύ", + "keyColor": "green" + }, + { + "type": "swap", + "key": "β βσ°‘", + "keyColor": "green" + }, + { + "type": "uptime", + "key": "β βσ°
", + "keyColor": "green" + }, + { + "type": "display", + "key": "β βσ°Ή", + "keyColor": "green" + }, + { + "type": "sound", + "key": "ο¨ AUDIO", + "format": "{2}", + "keyColor": "magenta" + }, + { + "type": "player", + "key": "β βσ°₯ ", + "keyColor": "magenta" + }, + { + "type": "media", + "key": "β βσ°", + "keyColor": "magenta" + }, + "break" + ] +} |
