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/fj/Downloads/zz.png",
- "type": "auto",
- "height": 20,
- "width": 30,
- "padding": {
- "top": 4,
- "left": 2,
- }
- },
- "modules": [
- "title",
- "separator",
- "break",
- {
- "type": "custom",
- "format": "\u001b[90m┌──────────────────────── Dell ──────────────────────────────┐"
- },
- {
- "type": "host",
- "key": " PC",
- "keyColor": "blue"
- },
- {
- "type": "cpu",
- "key": "│ ├ CPU",
- "showPeCoreCount": true,
- "keyColor": "blue"
- },
- {
- "type": "gpu",
- "key": "│ ├ GPU",
- "keyColor": "blue"
- },
- {
- "type": "gpu",
- "key": "│ ├ GPU",
- "format": "{3}",
- "keyColor": "blue"
- },
- {
- "type": "display",
- "key": "│ ├ DISPLAY",
- "keyColor": "blue"
- },
- {
- "type": "memory",
- "key": "│ ├ MEMORY",
- "keyColor": "blue"
- },
- {
- "type": "swap",
- "key": "│ ├ SWAP",
- "keyColor": "blue"
- },
- {
- "type": "custom",
- "format": "\u001b[90m└────────────────────────────────────────────────────────────┘"
- },
- "break",
- {
- "type": "custom",
- "format": "\u001b[90m┌──────────────────────── Purple Linux ────────────────────┐"
- },
- {
- "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└────────────────────────────────────────────────────────────┘"
- },
- {
- "type": "custom",
- "format": "\u001b[90m┌─────────────────── Eye Candy ──────────────────────────────┐"
- },
- {
- "type": "de",
- "key": " DE",
- "keyColor": "cyan"
- },
- {
- "type": "lm",
- "key": "│ ├ DISPLAY MANAGER",
- "keyColor": "cyan"
- },
- {
- "type": "wm",
- "key": "│ ├ WINDOW MANAGER",
- "keyColor": "cyan"
- },
- {
- "type": "wmtheme",
- "key": "│ ├ THEME",
- "keyColor": "cyan"
- },
- {
- "type": "icons",
- "key": "│ ├ ICONS",
- "keyColor": "cyan"
- },
- {
- "type": "font",
- "key": "│ ├ SYSTEM FONT",
- "format": "{3}",
- "keyColor": "cyan"
- },
- {
- "type": "custom",
- "format": "\u001b[90m└────────────────────────────────────────────────────────────┘"
- },
- "break",
- {
- "type": "custom",
- "format": "\u001b[90m┌──────────────────────── SSD Drives ────────────────────────┐"
- },
- {
- "type": "disk",
- "key": "│ ├ DISK",
- "keyColor": "green"
- },
- {
- "type": "custom",
- "format": "\u001b[90m└────────────────────────────────────────────────────────────┘"
- },
- "break",
- "break",
- {
- "type": "custom",
- "format": "\u001b[90m┌─────────────────────── Other Info ─────────────────────────┐"
- },
- {
- "type": "wifi",
- "key": "│ ├ wifi",
- "keyColor": "yellow"
- },
- {
- "type": "camera",
- "key": "│ ├ camera",
- "keyColor": "yellow"
- },
- {
- "type": "media",
- "key": "│ ├ media",
- "keyColor": "yellow"
- },
- {
- "type": "custom",
- "format": "\u001b[90m└────────────────────────────────────────────────────────────┘"
- },
- {
- "type": "custom",
- "format": "\u001b[90m┌─────────────────────── Colors ─────────────────────────────┐"
- },
- {
- "type": "colors",
- "key": "│ ├ Palette",
- "keyColor": "red",
- "symbol": "circle"
- },
- {
- "type": "custom",
- "format": "\u001b[90m└────────────────────────────────────────────────────────────┘"
- }
- ]
- }
Add Comment
Please, Sign In to add comment