dylanaraps / neofetch

🖼️ A command-line system information tool written in bash 3.2+
MIT License
21.57k stars 1.74k forks source link

Resolution: actually support wayland protocol on Linux #2395

Open CarterLi opened 9 months ago

CarterLi commented 9 months ago

Format ${scaled_width}x${scaled_height} @${scale_factor}x @ ${refresh_rate} Hz is used to match the format of macOS

Note: current implementation requires wayland-info, which is usually provided by package wayland-utils

Ref: https://github.com/hykilpikonna/hyfetch/issues/196#issuecomment-1757046939

image