aboutsummaryrefslogtreecommitdiffstats
path: root/config/fastfetch/kooldots-debian.jsonc
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-03-30 21:58:55 -0700
committerPinapelz <yukais@pinapelz.com>2026-03-30 21:58:55 -0700
commit4acf85db722ebe7e019e7427436083b3b9f4959e (patch)
tree6d5b416ad605730a6d573d1b4178c7676dc8a015 /config/fastfetch/kooldots-debian.jsonc
parent89e10cd0c0331fc727889d41e34309db1fb5735f (diff)
parente4b9059d346e6a6dbd6216cd1fb5e41085bb6e7b (diff)
Merge remote-tracking branch 'upstream/main'
Diffstat (limited to 'config/fastfetch/kooldots-debian.jsonc')
-rw-r--r--config/fastfetch/kooldots-debian.jsonc150
1 files changed, 150 insertions, 0 deletions
diff --git a/config/fastfetch/kooldots-debian.jsonc b/config/fastfetch/kooldots-debian.jsonc
new file mode 100644
index 00000000..f66233fb
--- /dev/null
+++ b/config/fastfetch/kooldots-debian.jsonc
@@ -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",
+ ],
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage