shervinsahba / polybar-vpn-controller

Polybar module for VPN control. Set up for Mullvad VPN but modifiable for others.
MIT License
58 stars 12 forks source link

Formatting and replacing some commands with shell builtins for speed. #1

Closed jamc-code closed 4 years ago

jamc-code commented 4 years ago

Hey! I just formatted some code: quoting variables, replacing some calls of grep with bash tests, and some general speed improvements by shortening some of the text filtering. Great program and nothing I did was necessary but this module is solid so I figured I'd give it a shot. I benchmarked the changes with hyperfine and they shave off about 3ms of runtime.