Skip to content

[BUG] Logo will not display on far left using kitty-direct #1121

Closed
@different-name

Description

@different-name

General description of bug:

  • What happened: Logo will not move to the far left column using padding-left 0
  • What should happen: Logo should be in the far left column when using padding-left 0
  • Fastfetch version used: 2.18.1 (x86_64)
  • Did it work in an older version: Not sure
  • Where did you get the binary: nixpkgs unstable
  • Does this issue still occur in the latest dev build?: Not sure

Often helpful information:

Screenshot:
In the first example, you can see that the logo is rendered incorrectly, being offset by one to the right when padding left is 0
In the second and third examples, you can see it is correctly rendered with padding-left > 0
image

The content of the configuration file you use (if any):

  programs.fastfetch = {
    enable = true;
    settings = {
      logo = {
        type = "kitty-direct";
        source = ../../../assets/fastfetch.png;
        width = 18;
        height = 8;
      };
      display = {
        separator = ": ";
        color = {
          title = "red";
          separator = "dim_white";
          keys = "red";
        };
      };
      modules = [
        "title"
        "separator"
        "os"
        "kernel"
        {
          key = "WM";
          type = "wm";
        }
        "terminal"
        "packages"
        "memory"
      ];
    };
  };

Output of fastfetch --list-features:

threads
vulkan
wayland
xcb-randr
xcb
xrandr
x11
gio
dconf
dbus
imagemagick7
chafa
zlib
xfconf
sqlite3
egl
glx
opencl
libpulse
libnm
libddcutil
System yyjson
linux/videodev2
linux/wireless
  • The image protocol you used: kitty-direct
  • The terminal you used: kitty

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions