Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
- "logo": {
- "source": "/home/wombat/Pictures/Linux/Linux Images/Eos_Plasma.png",
- "type": "auto",
- "height": 12,
- "width": 30,
- "padding": {
- "top": 4,
- "left": 2,
- }
- },
- "modules": [
- "title",
- "separator",
- "break",
- {
- "type": "custom",
- "format": "\u001b[90m┌──────────────────────── MSI Z370 Specs ────────────────────────┐"
- },
- {
- "type": "host",
- "key": " PC",
- "keyColor": "green"
- },
- {
- "type": "cpu",
- "key": "│ ├ CPU",
- "showPeCoreCount": true,
- "keyColor": "green"
- },
- {
- "type": "gpu",
- "key": "│ ├ GPU",
- "keyColor": "green"
- },
- {
- "type": "gpu",
- "key": "│ ├ GPU",
- "format": "{3}",
- "keyColor": "green"
- },
- {
- "type": "display",
- "key": "│ ├ DISPLAY",
- "keyColor": "green"
- },
- {
- "type": "sound",
- "key": "│ ├ SOUND",
- "keyColor": "green"
- },
- {
- "type": "memory",
- "key": "│ ├ MEMORY",
- "keyColor": "green"
- },
- {
- "type": "swap",
- "key": "│ ├ SWAP",
- "keyColor": "green"
- },
- {
- "type": "custom",
- "format": "\u001b[90m└────────────────────────────────────────────────────────────────┘"
- },
- "break",
- {
- "type": "custom",
- "format": "\u001b[90m┌────────────────────────── SSD Storage ─────────────────────────┐"
- },
- {
- "type": "disk",
- "key": "│ ├ DISK",
- "keyColor": "yellow"
- },
- {
- "type": "custom",
- "format": "\u001b[90m└────────────────────────────────────────────────────────────────┘"
- },
- "break",
- {
- "type": "custom",
- "format": "\u001b[90m┌───────────────────────── Endeavour OS ─────────────────────────┐"
- },
- {
- "type": "os",
- "key": " OS",
- "keyColor": "magenta"
- },
- {
- "type": "title",
- "key": "│ ├ USER/HOST",
- "format": "{user-name}@{host-name}",
- "keyColor": "magenta"
- },
- {
- "type": "kernel",
- "key": "│ ├ KERNEL",
- "keyColor": "magenta"
- },
- {
- "type": "packages",
- "key": "│ ├ PACKAGES",
- "keyColor": "magenta"
- },
- {
- "type": "terminal",
- "key": "│ ├ TERMINAL",
- "keyColor": "magenta"
- },
- {
- "type": "terminalfont",
- "key": "│ ├ TERMINAL FONT",
- "keyColor": "magenta"
- },
- {
- "type": "shell",
- "key": "└ └ SHELL",
- "keyColor": "magenta"
- },
- {
- "type": "custom",
- "format": "\u001b[90m└────────────────────────────────────────────────────────────────┘"
- },
- "break",
- {
- "type": "custom",
- "format": "\u001b[90m┌────────────────────── Desktop Environment ─────────────────────┐"
- },
- {
- "type": "de",
- "key": " DE",
- "keyColor": "blue"
- },
- {
- "type": "lm",
- "key": "│ ├ DISPLAY MANAGER",
- "keyColor": "blue"
- },
- {
- "type": "wm",
- "key": "│ ├ WINDOW MANAGER",
- "keyColor": "blue"
- },
- {
- "type": "wmtheme",
- "key": "│ ├ THEME",
- "keyColor": "blue"
- },
- {
- "type": "icons",
- "key": "│ ├ ICONS",
- "keyColor": "blue"
- },
- {
- "type": "font",
- "key": "│ ├ SYSTEM FONT",
- "format": "{3}",
- "keyColor": "blue"
- },
- {
- "type": "custom",
- "format": "\u001b[90m└────────────────────────────────────────────────────────────────┘"
- },
- "break",
- {
- "type": "custom",
- "format": "\u001b[90m┌───────────────────────── Age / Uptime ─────────────────────────┐"
- },
- {
- "type": "command",
- "key": "│ ├ OS Age ",
- "keyColor": "cyan",
- "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": "cyan"
- },
- {
- "type": "custom",
- "format": "\u001b[90m└────────────────────────────────────────────────────────────────┘"
- },
- "break",
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement