aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Williams <don.e.williamw@gmail.com>2026-02-09 16:00:24 -0500
committerDon Williams <don.e.williamw@gmail.com>2026-02-09 16:00:24 -0500
commitd1c39429665081bd24120310b66e4a8f7d6ea25d (patch)
tree69457e6ca4195734d3b1ccc6d34f89b38ca2958b
parent704f8b46c04d008b33cf85575d8b85f720cb0ab0 (diff)
Updated fastfetch to new config, kept old as 'legacy'
On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config.jsonc new file: config.legacy.jsonc
-rw-r--r--config/fastfetch/config.jsonc254
-rw-r--r--config/fastfetch/config.legacy.jsonc132
2 files changed, 259 insertions, 127 deletions
diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc
index 8b2de09f..5533976b 100644
--- a/config/fastfetch/config.jsonc
+++ b/config/fastfetch/config.jsonc
@@ -1,132 +1,132 @@
-/* ----------- πŸ’« https://github.com/JaKooLit πŸ’« -------- */
-
{
-"$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"
+ "$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": " Dots Ver ",
+ "text": "echo v${DOTS_VERSION}",
+ "keyColor": "magenta"
+ },
+ {
+ "type": "custom",
+ "format": "\u001b[90mβ””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜"
+ },
+ "break",
- {
- "type": "kernel",
- "key": "β”‚ β”œο€“",
- "keyColor": "yellow"
- },
- {
- "type": "command",
- "key": "β”‚ β”œο™",
- "text": "echo JaKooLit 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"
]
}
diff --git a/config/fastfetch/config.legacy.jsonc b/config/fastfetch/config.legacy.jsonc
new file mode 100644
index 00000000..8b2de09f
--- /dev/null
+++ b/config/fastfetch/config.legacy.jsonc
@@ -0,0 +1,132 @@
+/* ----------- πŸ’« https://github.com/JaKooLit πŸ’« -------- */
+
+{
+"$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 JaKooLit 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"
+ ]
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage