Skip to content

[BUG] Text to low #2112

Description

@Wateir

Read the FAQ first

  • I have checked the FAQ but the issue is not covered

Description

i was just want the text/module part to be on the same level as the image

Version used

fastfetch 2.56.1 (x86_64)

Bug prevalence

Always

Regression

Not sure

Installation

Package manager

Package manager

pacman

Screenshots

Image

Configuration

{
  "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
  "logo": {
    "source": "~/.config/fastfetch/xero.jpg",
    "type": "raw", 
    "height": 15,
    "width": 30,
    "padding": {
      "up": 400,
      "right": 30,
    }
  },
  "modules": [
    {
      "type": "custom",
      "format": "\u001b[32m┌──────────────────Hardware──────────────────┐"
    },
    {
      "type": "host",
      "key": " PC",
      "keyColor": "magenta"
    },
    {
      "type": "cpu",
      "key": "  ├ ",
      "format": "{1}",
      "showPeCoreCount": true,
      "keyColor": "magenta"
    },
    {
      "type": "gpu",
      "key": "  ├󰍛 ",
      "format": "{2}",
      "keyColor": "magenta"
    },
    {
      "type": "memory",
      "key": "  ├ ",
      "keyColor": "magenta"
    },
    {
      "type": "disk",
      "key": "  ├ ",
      "format": "{mountpoint}: {size-used} / {size-total}",
      "keyColor": "magenta"
    },
    {
      "type": "custom",
      "format": "\u001b[32m├──────────────────Software──────────────────┤"
    },
    {
      "type": "os",
      "key": "󰣇 OS",
      "keyColor": "blue"
    },
    {
      "type": "kernel",
      "key": "  ├ ",
      "keyColor": "cyan"
    },
    {
      "type": "packages",
      "key": "  ├󰏖 ",
      "keyColor": "cyan"
    },
    {
      "type": "shell",
      "key": "  ├ ",
      "keyColor": "cyan"
    },
    {
      "type": "de",
      "key": " DE",
      "keyColor": "cyan"
    },
    {
      "type": "wm",
      "key": "  ├ ",
      "keyColor": "cyan"
    },
    {
      "type": "custom",
      "format": "\u001b[32m├────────────────Uptime / Age────────────────┤"
    },
    {
      "type": "command",
      "key": "  OS Age ",
      "keyColor": "magenta",
      "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": "magenta"
    },
    {
      "type": "battery",
      "key": "  Battery ",
      "keyColor": "magenta"
    },
    {
      "type": "custom",
      "format": "\u001b[32m└────────────────────────────────────────────┘"
    },
    {
      "type": "custom",
      "format": "\u001b[90m  \u001b[31m  \u001b[32m  \u001b[33m  \u001b[34m  \u001b[35m  \u001b[36m  \u001b[37m "
    }
  ]
}

Image protocol

sixel

Terminal

foot

Image tried

https://codeberg.org/Wateir/dot2/src/branch/main/fastfetch/foot/xero.jpg#

since the text is too long for it, a link to it

Error message

fastfetch -s none --show-errors

Image

Features built-in

threads
vulkan
wayland
xcb-randr
xrandr
drm
drm_amdgpu
gio
dconf
dbus
imagemagick7
chafa
zlib
sqlite3
opencl
libpulse
libddcutil
libelf
libzfs
Directx Headers
System yyjson
linux/videodev2
linux/wireless

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions