KittyKatt / screenFetch

Fetches system/theme information in terminal for Linux desktop screenshots.
GNU General Public License v3.0
3.82k stars 453 forks source link

Fix RAM information not displaying correctly #762

Closed XiYang6666 closed 9 months ago

XiYang6666 commented 1 year ago

When running screenfetch when the system language is Chinese, an error will be reported and RAM information cannot be displayed correctly. The reason is that when the system language is Chinese, the colon used to execute "free -b" output is a Chinese colon, and the characters cannot be correctly segmented.

XiYang6666 commented 1 year ago

beford image after image