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

Simplefetch: WM not displaying correctly. #59

Open
mothsarecool524 opened this issue Jun 19, 2024 · 2 comments
Open

Simplefetch: WM not displaying correctly. #59

mothsarecool524 opened this issue Jun 19, 2024 · 2 comments

Comments

@mothsarecool524
Copy link

Using Hyprland, Simplefetch displays "sway" as WM. I don't see anywhere that can be configured.

image

@Chick2D
Copy link
Owner

Chick2D commented Jul 6, 2024

I got a feeling this might be a neofetch issue

@Deftera186
Copy link
Contributor

I got a feeling this might be a neofetch issue

Yep, it seems like Neofetch misclassifies Hyprland as a DE and displays the WM as Sway. dylanaraps/neofetch#2366

If you really want, I guess you can just edit this line to manually print "Hyprland".

info "$(color 13) " wm

To:

prin "$(color 13)" "Hyprland"

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

3 participants