fastfetch: accept JaKooLit updates
86
.config/fastfetch/config-compact-legacy.jsonc
Normal file
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
@ -1,85 +1,65 @@
|
|||
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
||||
|
||||
/**
|
||||
* ┏┓┏┓┏┓┏┳┓┏┓┏┓┏┳┓┏┓┓┏
|
||||
* ┣ ┣┫┗┓ ┃ ┣ ┣ ┃ ┃ ┣┫
|
||||
* ┻ ┛┗┗┛ ┻ ┻ ┗┛ ┻ ┗┛┛┗
|
||||
*
|
||||
*/
|
||||
{
|
||||
"$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": "custom",
|
||||
"format": " ─────────────────────────── "
|
||||
"type": "os",
|
||||
"key": " ",
|
||||
"keyColor": "31"
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
"key": " ",
|
||||
"keyColor": "yellow"
|
||||
"key": " ",
|
||||
"keyColor": "32"
|
||||
},
|
||||
{
|
||||
"keyColor": "blue",
|
||||
"key": " ",
|
||||
"text": "echo Jakoolit: v${DOTS_VERSION}",
|
||||
"type": "command"
|
||||
"type": "shell",
|
||||
"key": " ",
|
||||
"keyColor": "34"
|
||||
},
|
||||
{
|
||||
"type": "terminal",
|
||||
"key": " ",
|
||||
"keyColor": "35"
|
||||
},
|
||||
{
|
||||
"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}"
|
||||
"keyColor": "36"
|
||||
},
|
||||
{
|
||||
"type": "uptime",
|
||||
"key": " ",
|
||||
"keyColor": "green"
|
||||
"key": " ",
|
||||
"keyColor": "31"
|
||||
},
|
||||
{
|
||||
"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": "36",
|
||||
"shell": "/bin/bash",
|
||||
"text": "echo \"KoolDots: v$DOTS_VERSION\""
|
||||
},
|
||||
"break"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"type": "command",
|
||||
"key": " ",
|
||||
"keyColor": "blue",
|
||||
"text": "echo JaKooLit Version: ${DOTS_VERSION}"
|
||||
"text": "echo LinuxBeginnings Version: ${DOTS_VERSION}"
|
||||
},
|
||||
{
|
||||
"type": "wm",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
||||
/* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */
|
||||
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
{
|
||||
"type": "command",
|
||||
"key": " ├ ",
|
||||
"format": "echo JaKooLit Version: ${DOTS_VERSION}",
|
||||
"format": "echo LinuxBeginnings Version: ${DOTS_VERSION}",
|
||||
"keyColor": "31"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,32 +1,69 @@
|
|||
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
||||
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"padding": {
|
||||
"top": 1
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"separator": " "
|
||||
},
|
||||
"modules": [
|
||||
"$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": " DISTRO",
|
||||
"key": " OS",
|
||||
"keyColor": "yellow"
|
||||
},
|
||||
|
||||
{
|
||||
"type": "kernel",
|
||||
"key": "│ ├",
|
||||
"keyColor": "yellow"
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"key": "│ ├",
|
||||
"text": "echo JaKooLit Version: ${DOTS_VERSION}",
|
||||
"type": "bios",
|
||||
"key": "│ ├",
|
||||
"keyColor": "yellow"
|
||||
},
|
||||
{
|
||||
|
|
@ -36,12 +73,17 @@
|
|||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"key": "│ └",
|
||||
"key": "└ └",
|
||||
"keyColor": "yellow"
|
||||
},
|
||||
{
|
||||
"type": "wm",
|
||||
"key": " DE/WM",
|
||||
"key": " WM",
|
||||
"keyColor": "blue"
|
||||
},
|
||||
{
|
||||
"type": "lm",
|
||||
"key": "│ ├",
|
||||
"keyColor": "blue"
|
||||
},
|
||||
{
|
||||
|
|
@ -50,82 +92,39 @@
|
|||
"keyColor": "blue"
|
||||
},
|
||||
{
|
||||
"type": "icons",
|
||||
"key": "│ ├",
|
||||
"keyColor": "blue"
|
||||
},
|
||||
{
|
||||
"type": "cursor",
|
||||
"key": "│ ├",
|
||||
"keyColor": "blue"
|
||||
},
|
||||
{
|
||||
"type": "terminalfont",
|
||||
"key": "│ ├",
|
||||
"keyColor": "blue"
|
||||
},
|
||||
{
|
||||
"type": "terminal",
|
||||
"key": "│ └",
|
||||
"key": "└ └",
|
||||
"keyColor": "blue"
|
||||
},
|
||||
{
|
||||
"type": "host",
|
||||
"key": " SYSTEM",
|
||||
"keyColor": "green"
|
||||
"type": "custom",
|
||||
"format": "\u001b[90m└────────────────────────────────────────────────────┘"
|
||||
},
|
||||
"break",
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[90m┌─────────────────Uptime / Age / DT──────────────────┐"
|
||||
},
|
||||
{
|
||||
"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": "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": "│ ├",
|
||||
"keyColor": "green"
|
||||
},
|
||||
{
|
||||
"type": "display",
|
||||
"key": "│ └",
|
||||
"keyColor": "green"
|
||||
},
|
||||
{
|
||||
"type": "sound",
|
||||
"key": " AUDIO",
|
||||
"format": "{2}",
|
||||
"key": " Uptime ",
|
||||
"keyColor": "magenta"
|
||||
},
|
||||
{
|
||||
"type": "player",
|
||||
"key": "│ ├",
|
||||
"type": "command",
|
||||
"key": " KoolDots Ver ",
|
||||
"text": "echo v${DOTS_VERSION}",
|
||||
"keyColor": "magenta"
|
||||
},
|
||||
{
|
||||
"type": "media",
|
||||
"key": "│ └",
|
||||
"keyColor": "magenta"
|
||||
"type": "custom",
|
||||
"format": "\u001b[90m└────────────────────────────────────────────────────┘"
|
||||
},
|
||||
"break"
|
||||
]
|
||||
|
|
|
|||
132
.config/fastfetch/config.legacy.jsonc
Normal file
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
BIN
.config/fastfetch/images/Arch-Logo-1.png
Normal file
|
After Width: | Height: | Size: 4.7 MiB |
BIN
.config/fastfetch/images/Arch-Logo-2.png
Normal file
|
After Width: | Height: | Size: 4.1 MiB |
BIN
.config/fastfetch/images/debian_swirl.png
Executable file
|
After Width: | Height: | Size: 15 KiB |
BIN
.config/fastfetch/images/fedora.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
.config/fastfetch/images/gentoo1.png
Normal file
|
After Width: | Height: | Size: 80 KiB |
BIN
.config/fastfetch/images/gentoo2.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
.config/fastfetch/images/nixos.png
Executable file
|
After Width: | Height: | Size: 78 KiB |
BIN
.config/fastfetch/images/ubuntu.jpeg
Normal file
|
After Width: | Height: | Size: 78 KiB |
BIN
.config/fastfetch/images/ubuntu.png
Normal file
|
After Width: | Height: | Size: 138 KiB |
150
.config/fastfetch/kooldots-arch.jsonc
Normal file
|
|
@ -0,0 +1,150 @@
|
|||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
|
||||
"logo": {
|
||||
"type": "kitty-direct",
|
||||
"source": "$HOME/.config/fastfetch/images/Arch-Logo-2.png",
|
||||
// "type": "small",
|
||||
"width": 20,
|
||||
"height": 10,
|
||||
"padding": {
|
||||
"top": 4,
|
||||
"right": 4,
|
||||
"left": 2,
|
||||
},
|
||||
},
|
||||
|
||||
"display": {
|
||||
"separator": " ",
|
||||
"color": {
|
||||
"keys": "white",
|
||||
},
|
||||
"key": {
|
||||
"width": 18,
|
||||
},
|
||||
"brightColor": false,
|
||||
},
|
||||
|
||||
"modules": [
|
||||
"break",
|
||||
"break",
|
||||
|
||||
// ── Identity header ────────────────────────────────────────────
|
||||
// {
|
||||
// "type": "custom",
|
||||
// "format": "\u001b[1m\u001b[38;5;197m <---- KoolDots ---->\u001b[0m"
|
||||
// },
|
||||
// "break",
|
||||
|
||||
"break",
|
||||
// ── System ─────────────────────────────────────────────────────
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[38;5;197m── \u001b[1m\u001b[38;5;231mSYSTEM\u001b[0m \u001b[38;5;197m──────────────────────────\u001b[0m",
|
||||
},
|
||||
{
|
||||
"type": "os",
|
||||
"key": " {icon} OS",
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
"key": " {icon} Kernel",
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"key": " {icon} Hostname",
|
||||
"text": "printf '%s@%s' \"$USER\" \"$(hostname)\"",
|
||||
},
|
||||
{
|
||||
"type": "uptime",
|
||||
"key": " {icon} Uptime",
|
||||
},
|
||||
{
|
||||
"type": "packages",
|
||||
"key": " {icon} Packages",
|
||||
},
|
||||
{
|
||||
"type": "disk",
|
||||
"key": " {icon} OS Age",
|
||||
"folders": "/",
|
||||
"format": "installed {create-time:10} ({days} days ago)",
|
||||
},
|
||||
"break",
|
||||
|
||||
// ── Hardware ───────────────────────────────────────────────────
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[38;5;197m── \u001b[1m\u001b[38;5;231mHARDWARE\u001b[0m \u001b[38;5;197m────────────────────────\u001b[0m",
|
||||
},
|
||||
{
|
||||
"type": "host",
|
||||
"key": " {icon} Machine",
|
||||
"format": "{name}",
|
||||
},
|
||||
{
|
||||
"type": "cpu",
|
||||
"key": " {icon} CPU",
|
||||
"showPeCoreCount": true,
|
||||
},
|
||||
{
|
||||
"type": "gpu",
|
||||
"key": " {icon} GPU",
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"key": " {icon} RAM",
|
||||
"percent": {
|
||||
"type": 3,
|
||||
"green": 40,
|
||||
"yellow": 75,
|
||||
},
|
||||
},
|
||||
{
|
||||
"type": "disk",
|
||||
"key": " {icon} Disk",
|
||||
"format": "{size-used} / {size-total} ({size-percentage})",
|
||||
},
|
||||
"break",
|
||||
|
||||
// ── Desktop ────────────────────────────────────────────────────
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[38;5;197m── \u001b[1m\u001b[38;5;231mDESKTOP\u001b[0m \u001b[38;5;197m─────────────────────────\u001b[0m",
|
||||
},
|
||||
{
|
||||
"type": "wm",
|
||||
"key": " {icon} WM",
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"key": " KoolDots",
|
||||
"text": "echo v${DOTS_VERSION}",
|
||||
},
|
||||
{
|
||||
"type": "display",
|
||||
"key": " {icon} Display",
|
||||
"compactType": "original-with-refresh-rate",
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"key": " {icon} Shell",
|
||||
},
|
||||
{
|
||||
"type": "terminal",
|
||||
"key": " {icon} Terminal",
|
||||
},
|
||||
{
|
||||
"type": "editor",
|
||||
"key": " {icon} Editor",
|
||||
},
|
||||
"break",
|
||||
|
||||
// ── Footer ─────────────────────────────────────────────────────
|
||||
// {
|
||||
// black → dark pink → hot pink → light pink → white
|
||||
// "type": "custom",
|
||||
// "format": " \u001b[48;5;232m \u001b[48;5;53m \u001b[48;5;89m \u001b[48;5;125m \u001b[48;5;161m \u001b[48;5;197m \u001b[48;5;198m \u001b[48;5;199m \u001b[48;5;205m \u001b[48;5;211m \u001b[48;5;224m \u001b[48;5;231m \u001b[0m"
|
||||
// },
|
||||
"break",
|
||||
],
|
||||
}
|
||||
150
.config/fastfetch/kooldots-debian.jsonc
Normal file
|
|
@ -0,0 +1,150 @@
|
|||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
|
||||
"logo": {
|
||||
"type": "kitty-direct",
|
||||
"source": "$HOME/.config/fastfetch/images/debian_swirl.png",
|
||||
// "type": "small",
|
||||
"width": 20,
|
||||
"height": 10,
|
||||
"padding": {
|
||||
"top": 4,
|
||||
"right": 4,
|
||||
"left": 2,
|
||||
},
|
||||
},
|
||||
|
||||
"display": {
|
||||
"separator": " ",
|
||||
"color": {
|
||||
"keys": "white",
|
||||
},
|
||||
"key": {
|
||||
"width": 18,
|
||||
},
|
||||
"brightColor": false,
|
||||
},
|
||||
|
||||
"modules": [
|
||||
"break",
|
||||
"break",
|
||||
|
||||
// ── Identity header ────────────────────────────────────────────
|
||||
// {
|
||||
// "type": "custom",
|
||||
// "format": "\u001b[1m\u001b[38;5;197m <---- KoolDots ---->\u001b[0m"
|
||||
// },
|
||||
// "break",
|
||||
|
||||
"break",
|
||||
// ── System ─────────────────────────────────────────────────────
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[38;5;197m── \u001b[1m\u001b[38;5;231mSYSTEM\u001b[0m \u001b[38;5;197m──────────────────────────\u001b[0m",
|
||||
},
|
||||
{
|
||||
"type": "os",
|
||||
"key": " {icon} OS",
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
"key": " {icon} Kernel",
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"key": " {icon} Hostname",
|
||||
"text": "printf '%s@%s' \"$USER\" \"$(hostname)\"",
|
||||
},
|
||||
{
|
||||
"type": "uptime",
|
||||
"key": " {icon} Uptime",
|
||||
},
|
||||
{
|
||||
"type": "packages",
|
||||
"key": " {icon} Packages",
|
||||
},
|
||||
{
|
||||
"type": "disk",
|
||||
"key": " {icon} OS Age",
|
||||
"folders": "/",
|
||||
"format": "installed {create-time:10} ({days} days ago)",
|
||||
},
|
||||
"break",
|
||||
|
||||
// ── Hardware ───────────────────────────────────────────────────
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[38;5;197m── \u001b[1m\u001b[38;5;231mHARDWARE\u001b[0m \u001b[38;5;197m────────────────────────\u001b[0m",
|
||||
},
|
||||
{
|
||||
"type": "host",
|
||||
"key": " {icon} Machine",
|
||||
"format": "{name}",
|
||||
},
|
||||
{
|
||||
"type": "cpu",
|
||||
"key": " {icon} CPU",
|
||||
"showPeCoreCount": true,
|
||||
},
|
||||
{
|
||||
"type": "gpu",
|
||||
"key": " {icon} GPU",
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"key": " {icon} RAM",
|
||||
"percent": {
|
||||
"type": 3,
|
||||
"green": 40,
|
||||
"yellow": 75,
|
||||
},
|
||||
},
|
||||
{
|
||||
"type": "disk",
|
||||
"key": " {icon} Disk",
|
||||
"format": "{size-used} / {size-total} ({size-percentage})",
|
||||
},
|
||||
"break",
|
||||
|
||||
// ── Desktop ────────────────────────────────────────────────────
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[38;5;197m── \u001b[1m\u001b[38;5;231mDESKTOP\u001b[0m \u001b[38;5;197m─────────────────────────\u001b[0m",
|
||||
},
|
||||
{
|
||||
"type": "wm",
|
||||
"key": " {icon} WM",
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"key": " KoolDots",
|
||||
"text": "echo v${DOTS_VERSION}",
|
||||
},
|
||||
{
|
||||
"type": "display",
|
||||
"key": " {icon} Display",
|
||||
"compactType": "original-with-refresh-rate",
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"key": " {icon} Shell",
|
||||
},
|
||||
{
|
||||
"type": "terminal",
|
||||
"key": " {icon} Terminal",
|
||||
},
|
||||
{
|
||||
"type": "editor",
|
||||
"key": " {icon} Editor",
|
||||
},
|
||||
"break",
|
||||
|
||||
// ── Footer ─────────────────────────────────────────────────────
|
||||
// {
|
||||
// black → dark pink → hot pink → light pink → white
|
||||
// "type": "custom",
|
||||
// "format": " \u001b[48;5;232m \u001b[48;5;53m \u001b[48;5;89m \u001b[48;5;125m \u001b[48;5;161m \u001b[48;5;197m \u001b[48;5;198m \u001b[48;5;199m \u001b[48;5;205m \u001b[48;5;211m \u001b[48;5;224m \u001b[48;5;231m \u001b[0m"
|
||||
// },
|
||||
"break",
|
||||
],
|
||||
}
|
||||
150
.config/fastfetch/kooldots-fedora.jsonc
Normal file
|
|
@ -0,0 +1,150 @@
|
|||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
|
||||
"logo": {
|
||||
"type": "kitty-direct",
|
||||
"source": "$HOME/.config/fastfetch/images/fedora.png",
|
||||
// "type": "small",
|
||||
"width": 20,
|
||||
"height": 10,
|
||||
"padding": {
|
||||
"top": 4,
|
||||
"right": 4,
|
||||
"left": 2,
|
||||
},
|
||||
},
|
||||
|
||||
"display": {
|
||||
"separator": " ",
|
||||
"color": {
|
||||
"keys": "white",
|
||||
},
|
||||
"key": {
|
||||
"width": 18,
|
||||
},
|
||||
"brightColor": false,
|
||||
},
|
||||
|
||||
"modules": [
|
||||
"break",
|
||||
"break",
|
||||
|
||||
// ── Identity header ────────────────────────────────────────────
|
||||
// {
|
||||
// "type": "custom",
|
||||
// "format": "\u001b[1m\u001b[38;5;197m <---- KoolDots ---->\u001b[0m"
|
||||
// },
|
||||
// "break",
|
||||
|
||||
"break",
|
||||
// ── System ─────────────────────────────────────────────────────
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[38;5;197m── \u001b[1m\u001b[38;5;231mSYSTEM\u001b[0m \u001b[38;5;197m──────────────────────────\u001b[0m",
|
||||
},
|
||||
{
|
||||
"type": "os",
|
||||
"key": " {icon} OS",
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
"key": " {icon} Kernel",
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"key": " {icon} Hostname",
|
||||
"text": "printf '%s@%s' \"$USER\" \"$(hostname)\"",
|
||||
},
|
||||
{
|
||||
"type": "uptime",
|
||||
"key": " {icon} Uptime",
|
||||
},
|
||||
{
|
||||
"type": "packages",
|
||||
"key": " {icon} Packages",
|
||||
},
|
||||
{
|
||||
"type": "disk",
|
||||
"key": " {icon} OS Age",
|
||||
"folders": "/",
|
||||
"format": "installed {create-time:10} ({days} days ago)",
|
||||
},
|
||||
"break",
|
||||
|
||||
// ── Hardware ───────────────────────────────────────────────────
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[38;5;197m── \u001b[1m\u001b[38;5;231mHARDWARE\u001b[0m \u001b[38;5;197m────────────────────────\u001b[0m",
|
||||
},
|
||||
{
|
||||
"type": "host",
|
||||
"key": " {icon} Machine",
|
||||
"format": "{name}",
|
||||
},
|
||||
{
|
||||
"type": "cpu",
|
||||
"key": " {icon} CPU",
|
||||
"showPeCoreCount": true,
|
||||
},
|
||||
{
|
||||
"type": "gpu",
|
||||
"key": " {icon} GPU",
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"key": " {icon} RAM",
|
||||
"percent": {
|
||||
"type": 3,
|
||||
"green": 40,
|
||||
"yellow": 75,
|
||||
},
|
||||
},
|
||||
{
|
||||
"type": "disk",
|
||||
"key": " {icon} Disk",
|
||||
"format": "{size-used} / {size-total} ({size-percentage})",
|
||||
},
|
||||
"break",
|
||||
|
||||
// ── Desktop ────────────────────────────────────────────────────
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[38;5;197m── \u001b[1m\u001b[38;5;231mDESKTOP\u001b[0m \u001b[38;5;197m─────────────────────────\u001b[0m",
|
||||
},
|
||||
{
|
||||
"type": "wm",
|
||||
"key": " {icon} WM",
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"key": " KoolDots",
|
||||
"text": "echo v${DOTS_VERSION}",
|
||||
},
|
||||
{
|
||||
"type": "display",
|
||||
"key": " {icon} Display",
|
||||
"compactType": "original-with-refresh-rate",
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"key": " {icon} Shell",
|
||||
},
|
||||
{
|
||||
"type": "terminal",
|
||||
"key": " {icon} Terminal",
|
||||
},
|
||||
{
|
||||
"type": "editor",
|
||||
"key": " {icon} Editor",
|
||||
},
|
||||
"break",
|
||||
|
||||
// ── Footer ─────────────────────────────────────────────────────
|
||||
// {
|
||||
// black → dark pink → hot pink → light pink → white
|
||||
// "type": "custom",
|
||||
// "format": " \u001b[48;5;232m \u001b[48;5;53m \u001b[48;5;89m \u001b[48;5;125m \u001b[48;5;161m \u001b[48;5;197m \u001b[48;5;198m \u001b[48;5;199m \u001b[48;5;205m \u001b[48;5;211m \u001b[48;5;224m \u001b[48;5;231m \u001b[0m"
|
||||
// },
|
||||
"break",
|
||||
],
|
||||
}
|
||||
150
.config/fastfetch/kooldots-gentoo.jsonc
Normal file
|
|
@ -0,0 +1,150 @@
|
|||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
|
||||
"logo": {
|
||||
"type": "kitty-direct",
|
||||
"source": "$HOME/.config/fastfetch/images/gentoo1.png",
|
||||
// "type": "small",
|
||||
"width": 20,
|
||||
"height": 10,
|
||||
"padding": {
|
||||
"top": 4,
|
||||
"right": 4,
|
||||
"left": 2
|
||||
}
|
||||
},
|
||||
|
||||
"display": {
|
||||
"separator": " ",
|
||||
"color": {
|
||||
"keys": "white"
|
||||
},
|
||||
"key": {
|
||||
"width": 18
|
||||
},
|
||||
"brightColor": false
|
||||
},
|
||||
|
||||
"modules": [
|
||||
"break",
|
||||
"break",
|
||||
|
||||
// ── Identity header ────────────────────────────────────────────
|
||||
// {
|
||||
// "type": "custom",
|
||||
// "format": "\u001b[1m\u001b[38;5;197m <---- KoolDots ---->\u001b[0m"
|
||||
// },
|
||||
// "break",
|
||||
|
||||
"break",
|
||||
// ── System ─────────────────────────────────────────────────────
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[38;5;197m── \u001b[1m\u001b[38;5;231mSYSTEM\u001b[0m \u001b[38;5;197m──────────────────────────\u001b[0m"
|
||||
},
|
||||
{
|
||||
"type": "os",
|
||||
"key": " {icon} OS"
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
"key": " {icon} Kernel"
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"key": " {icon} Hostname",
|
||||
"text": "printf '%s@%s' \"$USER\" \"$(hostname)\""
|
||||
},
|
||||
{
|
||||
"type": "uptime",
|
||||
"key": " {icon} Uptime"
|
||||
},
|
||||
{
|
||||
"type": "packages",
|
||||
"key": " {icon} Packages"
|
||||
},
|
||||
{
|
||||
"type": "disk",
|
||||
"key": " {icon} OS Age",
|
||||
"folders": "/",
|
||||
"format": "installed {create-time:10} ({days} days ago)"
|
||||
},
|
||||
"break",
|
||||
|
||||
// ── Hardware ───────────────────────────────────────────────────
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[38;5;197m── \u001b[1m\u001b[38;5;231mHARDWARE\u001b[0m \u001b[38;5;197m────────────────────────\u001b[0m"
|
||||
},
|
||||
{
|
||||
"type": "host",
|
||||
"key": " {icon} Machine",
|
||||
"format": "{name}"
|
||||
},
|
||||
{
|
||||
"type": "cpu",
|
||||
"key": " {icon} CPU",
|
||||
"showPeCoreCount": true
|
||||
},
|
||||
{
|
||||
"type": "gpu",
|
||||
"key": " {icon} GPU"
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"key": " {icon} RAM",
|
||||
"percent": {
|
||||
"type": 3,
|
||||
"green": 40,
|
||||
"yellow": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "disk",
|
||||
"key": " {icon} Disk",
|
||||
"format": "{size-used} / {size-total} ({size-percentage})"
|
||||
},
|
||||
"break",
|
||||
|
||||
// ── Desktop ────────────────────────────────────────────────────
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[38;5;197m── \u001b[1m\u001b[38;5;231mDESKTOP\u001b[0m \u001b[38;5;197m─────────────────────────\u001b[0m"
|
||||
},
|
||||
{
|
||||
"type": "wm",
|
||||
"key": " {icon} WM"
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"key": " KoolDots",
|
||||
"text": "echo v${DOTS_VERSION}"
|
||||
},
|
||||
{
|
||||
"type": "display",
|
||||
"key": " {icon} Display",
|
||||
"compactType": "original-with-refresh-rate"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"key": " {icon} Shell"
|
||||
},
|
||||
{
|
||||
"type": "terminal",
|
||||
"key": " {icon} Terminal"
|
||||
},
|
||||
{
|
||||
"type": "editor",
|
||||
"key": " {icon} Editor"
|
||||
},
|
||||
"break",
|
||||
|
||||
// ── Footer ─────────────────────────────────────────────────────
|
||||
// {
|
||||
// black → dark pink → hot pink → light pink → white
|
||||
// "type": "custom",
|
||||
// "format": " \u001b[48;5;232m \u001b[48;5;53m \u001b[48;5;89m \u001b[48;5;125m \u001b[48;5;161m \u001b[48;5;197m \u001b[48;5;198m \u001b[48;5;199m \u001b[48;5;205m \u001b[48;5;211m \u001b[48;5;224m \u001b[48;5;231m \u001b[0m"
|
||||
// },
|
||||
"break"
|
||||
]
|
||||
}
|
||||
150
.config/fastfetch/kooldots-nixos.jsonc
Normal file
|
|
@ -0,0 +1,150 @@
|
|||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
|
||||
"logo": {
|
||||
"type": "kitty-direct",
|
||||
"source": "$HOME/.config/fastfetch/images/nixos.png",
|
||||
// "type": "small",
|
||||
"width": 20,
|
||||
"height": 10,
|
||||
"padding": {
|
||||
"top": 4,
|
||||
"right": 4,
|
||||
"left": 2,
|
||||
},
|
||||
},
|
||||
|
||||
"display": {
|
||||
"separator": " ",
|
||||
"color": {
|
||||
"keys": "white",
|
||||
},
|
||||
"key": {
|
||||
"width": 18,
|
||||
},
|
||||
"brightColor": false,
|
||||
},
|
||||
|
||||
"modules": [
|
||||
"break",
|
||||
"break",
|
||||
|
||||
// ── Identity header ────────────────────────────────────────────
|
||||
// {
|
||||
// "type": "custom",
|
||||
// "format": "\u001b[1m\u001b[38;5;197m <---- KoolDots ---->\u001b[0m"
|
||||
// },
|
||||
// "break",
|
||||
|
||||
"break",
|
||||
// ── System ─────────────────────────────────────────────────────
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[38;5;197m── \u001b[1m\u001b[38;5;231mSYSTEM\u001b[0m \u001b[38;5;197m──────────────────────────\u001b[0m",
|
||||
},
|
||||
{
|
||||
"type": "os",
|
||||
"key": " {icon} OS",
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
"key": " {icon} Kernel",
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"key": " {icon} Hostname",
|
||||
"text": "printf '%s@%s' \"$USER\" \"$(hostname)\"",
|
||||
},
|
||||
{
|
||||
"type": "uptime",
|
||||
"key": " {icon} Uptime",
|
||||
},
|
||||
{
|
||||
"type": "packages",
|
||||
"key": " {icon} Packages",
|
||||
},
|
||||
{
|
||||
"type": "disk",
|
||||
"key": " {icon} OS Age",
|
||||
"folders": "/",
|
||||
"format": "installed {create-time:10} ({days} days ago)",
|
||||
},
|
||||
"break",
|
||||
|
||||
// ── Hardware ───────────────────────────────────────────────────
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[38;5;197m── \u001b[1m\u001b[38;5;231mHARDWARE\u001b[0m \u001b[38;5;197m────────────────────────\u001b[0m",
|
||||
},
|
||||
{
|
||||
"type": "host",
|
||||
"key": " {icon} Machine",
|
||||
"format": "{name}",
|
||||
},
|
||||
{
|
||||
"type": "cpu",
|
||||
"key": " {icon} CPU",
|
||||
"showPeCoreCount": true,
|
||||
},
|
||||
{
|
||||
"type": "gpu",
|
||||
"key": " {icon} GPU",
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"key": " {icon} RAM",
|
||||
"percent": {
|
||||
"type": 3,
|
||||
"green": 40,
|
||||
"yellow": 75,
|
||||
},
|
||||
},
|
||||
{
|
||||
"type": "disk",
|
||||
"key": " {icon} Disk",
|
||||
"format": "{size-used} / {size-total} ({size-percentage})",
|
||||
},
|
||||
"break",
|
||||
|
||||
// ── Desktop ────────────────────────────────────────────────────
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[38;5;197m── \u001b[1m\u001b[38;5;231mDESKTOP\u001b[0m \u001b[38;5;197m─────────────────────────\u001b[0m",
|
||||
},
|
||||
{
|
||||
"type": "wm",
|
||||
"key": " {icon} WM",
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"key": " KoolDots",
|
||||
"text": "echo v${DOTS_VERSION}",
|
||||
},
|
||||
{
|
||||
"type": "display",
|
||||
"key": " {icon} Display",
|
||||
"compactType": "original-with-refresh-rate",
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"key": " {icon} Shell",
|
||||
},
|
||||
{
|
||||
"type": "terminal",
|
||||
"key": " {icon} Terminal",
|
||||
},
|
||||
{
|
||||
"type": "editor",
|
||||
"key": " {icon} Editor",
|
||||
},
|
||||
"break",
|
||||
|
||||
// ── Footer ─────────────────────────────────────────────────────
|
||||
// {
|
||||
// black → dark pink → hot pink → light pink → white
|
||||
// "type": "custom",
|
||||
// "format": " \u001b[48;5;232m \u001b[48;5;53m \u001b[48;5;89m \u001b[48;5;125m \u001b[48;5;161m \u001b[48;5;197m \u001b[48;5;198m \u001b[48;5;199m \u001b[48;5;205m \u001b[48;5;211m \u001b[48;5;224m \u001b[48;5;231m \u001b[0m"
|
||||
// },
|
||||
"break",
|
||||
],
|
||||
}
|
||||
150
.config/fastfetch/kooldots-ubuntu.jsonc
Normal file
|
|
@ -0,0 +1,150 @@
|
|||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
|
||||
"logo": {
|
||||
"type": "kitty-direct",
|
||||
"source": "$HOME/.config/fastfetch/images/ubuntu.png",
|
||||
// "type": "small",
|
||||
"width": 20,
|
||||
"height": 10,
|
||||
"padding": {
|
||||
"top": 4,
|
||||
"right": 4,
|
||||
"left": 2
|
||||
}
|
||||
},
|
||||
|
||||
"display": {
|
||||
"separator": " ",
|
||||
"color": {
|
||||
"keys": "white"
|
||||
},
|
||||
"key": {
|
||||
"width": 18
|
||||
},
|
||||
"brightColor": false
|
||||
},
|
||||
|
||||
"modules": [
|
||||
"break",
|
||||
"break",
|
||||
|
||||
// ── Identity header ────────────────────────────────────────────
|
||||
// {
|
||||
// "type": "custom",
|
||||
// "format": "\u001b[1m\u001b[38;5;197m <---- KoolDots ---->\u001b[0m"
|
||||
// },
|
||||
// "break",
|
||||
|
||||
"break",
|
||||
// ── System ─────────────────────────────────────────────────────
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[38;5;197m── \u001b[1m\u001b[38;5;231mSYSTEM\u001b[0m \u001b[38;5;197m──────────────────────────\u001b[0m"
|
||||
},
|
||||
{
|
||||
"type": "os",
|
||||
"key": " {icon} OS"
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
"key": " {icon} Kernel"
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"key": " {icon} Hostname",
|
||||
"text": "printf '%s@%s' \"$USER\" \"$(hostname)\""
|
||||
},
|
||||
{
|
||||
"type": "uptime",
|
||||
"key": " {icon} Uptime"
|
||||
},
|
||||
{
|
||||
"type": "packages",
|
||||
"key": " {icon} Packages"
|
||||
},
|
||||
{
|
||||
"type": "disk",
|
||||
"key": " {icon} OS Age",
|
||||
"folders": "/",
|
||||
"format": "installed {create-time:10} ({days} days ago)"
|
||||
},
|
||||
"break",
|
||||
|
||||
// ── Hardware ───────────────────────────────────────────────────
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[38;5;197m── \u001b[1m\u001b[38;5;231mHARDWARE\u001b[0m \u001b[38;5;197m────────────────────────\u001b[0m"
|
||||
},
|
||||
{
|
||||
"type": "host",
|
||||
"key": " {icon} Machine",
|
||||
"format": "{name}"
|
||||
},
|
||||
{
|
||||
"type": "cpu",
|
||||
"key": " {icon} CPU",
|
||||
"showPeCoreCount": true
|
||||
},
|
||||
{
|
||||
"type": "gpu",
|
||||
"key": " {icon} GPU"
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"key": " {icon} RAM",
|
||||
"percent": {
|
||||
"type": 3,
|
||||
"green": 40,
|
||||
"yellow": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "disk",
|
||||
"key": " {icon} Disk",
|
||||
"format": "{size-used} / {size-total} ({size-percentage})"
|
||||
},
|
||||
"break",
|
||||
|
||||
// ── Desktop ────────────────────────────────────────────────────
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[38;5;197m── \u001b[1m\u001b[38;5;231mDESKTOP\u001b[0m \u001b[38;5;197m─────────────────────────\u001b[0m"
|
||||
},
|
||||
{
|
||||
"type": "wm",
|
||||
"key": " {icon} WM"
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"key": " KoolDots",
|
||||
"text": "echo v${DOTS_VERSION}"
|
||||
},
|
||||
{
|
||||
"type": "display",
|
||||
"key": " {icon} Display",
|
||||
"compactType": "original-with-refresh-rate"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"key": " {icon} Shell"
|
||||
},
|
||||
{
|
||||
"type": "terminal",
|
||||
"key": " {icon} Terminal"
|
||||
},
|
||||
{
|
||||
"type": "editor",
|
||||
"key": " {icon} Editor"
|
||||
},
|
||||
"break",
|
||||
|
||||
// ── Footer ─────────────────────────────────────────────────────
|
||||
// {
|
||||
// black → dark pink → hot pink → light pink → white
|
||||
// "type": "custom",
|
||||
// "format": " \u001b[48;5;232m \u001b[48;5;53m \u001b[48;5;89m \u001b[48;5;125m \u001b[48;5;161m \u001b[48;5;197m \u001b[48;5;198m \u001b[48;5;199m \u001b[48;5;205m \u001b[48;5;211m \u001b[48;5;224m \u001b[48;5;231m \u001b[0m"
|
||||
// },
|
||||
"break"
|
||||
]
|
||||
}
|
||||