KittyKatt / screenFetch

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

rft(snap): Conditionally check for snap packages #795

Open OPhamster opened 3 months ago

OPhamster commented 3 months ago
 $ # with the check
 $ time ./screenfetch-dev
  real    0m0.680s
  user    0m0.389s
  sys     0m0.260s

 $ # without the check
 $ time screenfetch
  real    2m0.908s
  user    0m0.632s
  sys     0m0.501s

An alternative fix to #740