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": "~/.config/fastfetch/xero.png",
- "type": "kitty",
- "height": 13,
- "width": 26,
- "padding": {
- "top": 2,
- "left": 3,
- },
- },
- "display": {
- "color": {
- "separator": "blue",
- },
- "separator": " | ",
- },
- "modules": [
- "break",
- "break",
- {
- "key": " bedrock Linux ",
- "keyColor": "magenta",
- },
- {
- "type": "custom",
- "format": ">---------------------------<Hardware>-----------------------------<",
- "outputColor": "separator",
- },
- {
- "type": "host",
- "key": " MRB ",
- "keyColor": "cyan"
- },
- {
- "type": "memory",
- "key": " RAM ",
- "keyColor": "cyan",
- },
- {
- "type": "cpu",
- "key": " CPU ",
- "showPeCoreCount": true,
- "keyColor": "cyan",
- },
- {
- "type": "gpu",
- "key": " GPU ",
- "keyColor": "cyan",
- "text": "lspci | grep -i vga | awk -F': | \\\\[|\\\\]' '{print $2 \" [\" $3 \"]\"}'"
- },
- {
- "type": "disk",
- "key": " Disk ",
- "keyColor": "cyan",
- },
- {
- "type": "custom",
- "format": ">---------------------------<Software>-----------------------------<",
- "outputColor": "separator",
- },
- {
- "type": "wmtheme",
- "key": " Theme ",
- "keyColor": "green",
- },
- {
- "key": "Bedrock Linux",
- "type":"kernel",
- "type": "shell",
- "key": " kernel ",
- "keyColor": "green",
- },
- {
- "type": "wm",
- "key": " Session ",
- "keyColor": "green",
- },
- {
- "type": "terminal",
- "key": " Terminal ",
- "keyColor": "green",
- },
- {
- "type": "de",
- "key": " Desktop ",
- "keyColor": "green",
- },
- {
- "type": "packages",
- "key": " Packages ",
- "keyColor": "green",
- },
- {
- "type": "gpu",
- "key": " G-Driver ",
- "format": "{3}",
- "keyColor": "green",
- },
- {
- "type": "custom",
- "format": ">------------------------<Operating Sys>---------------------------<",
- "outputColor": "separator",
- },
- {
- "type": "command",
- "key": " OS Age ",
- "keyColor": "blue",
- "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": "blue",
- },
- {
- "type": "custom",
- "format": ">------------------------<hm Cowsay? :)>---------------------------<",
- "outputColor": "separator",
- },
- "break",
- "break",
- ],
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement