woodruffw / screenfetch-c

A rewrite of screenFetch in C.
MIT License
73 stars 17 forks source link

Don't throw errors #37

Closed DmitryHetman closed 7 years ago

DmitryHetman commented 7 years ago

[[ ! ]] Error: No desktop environment found. (src/plat/linux/detect.c:662) [[ ! ]] Error: No _NET_WM_NAME property found. (src/plat/linux/detect.c:699)

woodruffw commented 7 years ago

Screenfetch-c prints those upon detection failure. You can hide them with -E/--suppress-errors.

woodruffw commented 7 years ago

man screenfetch-c documents all options, by the way.