Mangeshrex / rxfetch

A custom system info fetching tool
GNU General Public License v3.0
451 stars 39 forks source link

fix: make pidof command run silently #30

Closed alpheratz0 closed 2 years ago

alpheratz0 commented 2 years ago

I recently installed this package and after running it I found that the very first output line was a meaningless number. After debugging it I was able to tell that the number shown was the PID of the systemd process, I added the -q flag to hide pidof output.