alou-S / omen-fan

Utility to control fans in Omen laptops
GNU General Public License v3.0
49 stars 5 forks source link

the omen-fand.py is not managed by omen-fan.py #5

Closed anispwyn closed 1 year ago

anispwyn commented 1 year ago
          the command "sudo python3 omen-fan.py e true" wont launch the services, have to manually launch omen-fand.py to make the services start

Originally posted by @HoriKyoukosimp in https://github.com/alou-S/omen-fan/issues/4#issuecomment-1697704004

alou-S commented 1 year ago

This is because the command either checks for "1" or "start". Yes I know bad design to do that. But yeah use omen-fan.py e 1 or omen-fan.py e start to start the service.

I'll make the CLI fully detailed and documented in the next release (where I will possibly be moving the app to rust) and maybe add GUI and stuff