Chick2D/neofetch-themes

Simplefetch: WM not displaying correctly.

Opened this issue · 2 comments

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

image

I got a feeling this might be a neofetch issue

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"