LINUXNAUTA

    fastfetch - configuration file


    Personal configuration file for voilinux

    You need to save the file .jsonc and the image void-transparent.png in the following location

    Location:

    /home/$USER/.config/fastfetch/config.jsonc
    
    fastfetch_config_file

    LOGO

    fastfetch_config_file

    Updated August 2025


    
      
        
    {
      "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
        "display": {
        "color": {
          "keys": "#59bc9d",
          "separator": "green",
          "output": "green" // default color , only the output color of the modules , it means after the separator
        },
      },
    
    // Logo section , remove it and you will get the ascii format
        "logo": {
        "type":"iterm",
        "source": "~/.config/fastfetch/void-transparent.png",
        //"width":30,
        // "height":30,
        "padding": {
                "top": 3
         },
      },
    
    
      "modules": [
        "title",
        "separator",
        "host",
        //"uptime",
        "display",
        "cpu",
        "gpu",
        "memory",
        "swap",
        "disk",
        "break",
    
        //Software
        "os",
         {
          "type": "kernel",
         // "keyColor": "red",
          "outputColor": "bold_red", // show in red
          "brightColor": true
          },
        "packages",
        "shell",
        "de",
        "wm",
        "wmtheme",
        "theme",
        "icons",
        "font",
        "cursor",
        "terminal",
        "terminalfont",
        {
        "type": "sound",
        "format": "{platform-api}"
        },
        "break",
    
        //Random
        {
          "type": "disk",
          "key": "OS Age",
          "format": "{years} years {days-of-year} days",
          "folders": "/"
        },
        "uptime",
        "localip",
        "battery",
        "poweradapter",
        "locale",
        "break",
        //"colors",
    
    
      ]
    }