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

extra line before RAM #770

Open
gustavohellwig opened this issue Jun 29, 2023 · 2 comments
Open

extra line before RAM #770

gustavohellwig opened this issue Jun 29, 2023 · 2 comments

Comments

@gustavohellwig
Copy link

gustavohellwig commented Jun 29, 2023

Hi,
When I run this:

screenfetch -n -d '-host;-kernel;-uptime;-pkgs;-shell;-res'

it does show this:

 OS: Ubuntu 20.04 focal
 Disk: 9.7G / 23G (45%)
 CPU: Intel Xeon E5-2620 v4 @ 2x 2.1GHz

 RAM: 430MiB / 3919MiB

As you can see, it does have an extra space before RAM.
However, when It runs without the -n, that extra space doesn't show.
Also, that space shows even if you just run the screenfetch -n

@github12101
Copy link

github12101 commented May 6, 2024

I was able to reproduce. Empty line is where GPU supposed to be.

via X11:

$ screenfetch -n
x
 OS: Debian 12 bookworm
 Kernel: x86_64 Linux 6.1.0-20-amd64
 Uptime: 15d 7h 56m
 Packages: 2939
 Shell: bash 5.2.15
 Resolution: 1920x1080
 DE: Xfce
 WM: Xfwm4
 WM Theme: Breeze
 GTK Theme: Adwaita [GTK2]
 Icon Theme: Tango
 Font: Sans 10
 Disk: 5.5T / 7.3T (75%)
 CPU: AMD Ryzen 7 1700 Eight-Core @ 16x 3GHz
 GPU: llvmpipe (LLVM 15.0.6, 256 bits)
 RAM: 24987MiB / 64210MiB

Same computer but via SSH:

$ screenfetch -n
x
 OS: Debian 12 bookworm
 Kernel: x86_64 Linux 6.1.0-20-amd64
 Uptime: 15d 7h 56m
 Packages: 2939
 Shell: bash 5.2.15
 Disk: 5.5T / 7.3T (75%)
 CPU: AMD Ryzen 7 1700 Eight-Core @ 16x 3GHz

 RAM: 24986MiB / 64210MiB

@gustavohellwig
Copy link
Author

Great. Is there a way to fix that when the connection in by ssh?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants