Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
different-name opened this issue Jul 25, 2024 · 0 comments
Closed

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

different-name opened this issue Jul 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@different-name
Copy link

different-name commented Jul 25, 2024

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
@different-name different-name added the bug Something isn't working label Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant