Commit Graph

19 Commits

Author SHA1 Message Date
Vadym Stupakov 48333670e5
fixed imports (#80)
* fixed imports
2020-08-06 21:58:01 +02:00
Vadym Stupakov 4dc31892f6
implemented --debug option (#70)
* implemented --debug option
- Added --debug option that shows sys info
- Added inxi as dependency
- Implemented get_sys_info() that returns inxi output
  with injected governnor information
- Fixed bug: delete_file was called but this was deleted in prev PR
- Updated issue template
2020-08-05 23:49:23 +02:00
Vadym Stupakov 3dfa06ea97
Refactroring and amd support (#67)
* refactored and fixed amd coretemp

- added get_avail_powersave() (and performance).
  This function returns the most energy efficient governor.
  This should fix AMD issue when powersave is not available
  but "ondemand" or "schedutil" are present

- Cleaned up and refactoring.
  Added more convinient util fuctions.
  Also made it more pythonic, reduced subprocess calls.

- fixed get_curr_gov()

* fixed gov_check()
2020-08-05 21:12:59 +02:00
Vadym Stupakov 820b97cc93
Refactoring and fix for #14 (AMD issue) (#62)
* refactored and fixed amd coretemp
2020-08-04 18:22:38 +02:00
Adnan Hodzic 87752c1de6 code refactor 2020-02-08 21:18:47 +01:00
Adnan Hodzic cf7f553b2c extended disable running multiple instances functionality to snap 2020-02-08 20:35:39 +01:00
Adnan Hodzic 0627859711 disable running multiple instances (needs improvements on snap) 2020-02-08 17:08:04 +01:00
Adnan Hodzic 5ab8757696 daemon disabled on snap install, working install/remove 2020-02-08 14:32:58 +01:00
Adnan Hodzic 207c176ecb working remove/install of snap service 2020-02-06 22:48:34 +01:00
Adnan Hodzic ea2c868a9d enable snap service by default + name change 2020-02-06 19:58:03 +01:00
Adnan Hodzic 97d3754ad7 start snap systemd service if DAEMON env var set to ENABLED 2020-02-05 21:03:29 +01:00
Adnan Hodzic f30ae780ac minor code improvements/clean-up 2020-01-26 17:45:11 +01:00
Adnan Hodzic d6c0abe072 fixed daemon install/removal with setup.py 2020-01-25 17:39:17 +01:00
Adnan Hodzic d1f4dcd33b working daemon as part of snap (dirty) 2020-01-24 15:53:25 +01:00
Adnan Hodzic 577e00b74d fix display of help dialog in snap 2020-01-23 07:12:04 +01:00
Adnan Hodzic c78ea8dd59 added option to detect if running on snap 2020-01-22 22:26:27 +01:00
Adnan Hodzic ee813abfdd added deploy-cpufreqctl 2020-01-22 20:46:02 +01:00
Adnan Hodzic 144c7b5aeb added necessary files for snap + first working snap version 2020-01-21 23:44:42 +01:00
Adnan Hodzic 239a8a307c split auto-cpufreq into bin and source (core) 2020-01-21 22:20:54 +01:00